#782dc5

Color #782DC5 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #782DC5

Tints of Purple Heart #782DC5

Color information

#782DC5 (or 0x782DC5) is unknown color: approx Purple Heart. HEX triplet: 78, 2D and C5. RGB value is (120,45,197). Sum of RGB (Red+Green+Blue) = 120+45+197=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 197 (77.34% from 255 or 54.42% from 362); Max value from RGB is 197 - color contains mainly: blue. Hex color #782DC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782DC5 is #87D23A. Grayscale: #545454. Windows color (decimal): -8901179 or 12922232. OLE color: 12922232.

HSL color Cylindrical-coordinate representation of color #782DC5: hue angle of 269.61º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #782DC5 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12045197-
CMYK0.390.7700.23
HSL269.61º62.81%47.45%-
HSV(B)269.61º77.16%77.25%-
XYZ18.769.953.75-
YUV84.75191.35153.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 33.15%
GREEN value IS 45 (17.97% from 255) = 12.43%
BLUE value IS 197 (77.34% from 255) = 54.42%
R=33.15%
G=12.43%
B=54.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal120451970.390.7700.23269.6162.8147.45
Hex782DC5274D01710e3f2f
Octal17055305471150274167757
Binary1111000101101110001011001111001101010111100001110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782dc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782dc5; }

 p { color: rgb(120,45,197); }

 H1.HeaderClassName
 {
   color: #782dc5;
 }
 .AnyTagClassName
 {
   color: #782dc5;
 }
</style>
background-color css

<style>
 a { background-color: #782dc5; }

 a { background-color: rgb(120,45,197); }

 div.DivClassName
 {
   background-color: #782dc5;
 }
 .BgClassName
 {
   background-color: #782dc5;
 }
</style>
border-color css

<style>
 span { border-color: #782dc5; }

 span { border-color: rgb(120,45,197); }

 td.TdClassName
 {
   border-color: #782dc5;
 }
 .TagClassName
 {
   border-color: #782dc5;
 }
</style>