#780C64

Color #780C64 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #780C64

Tints of Dark Purple #780C64

Color information

#780C64 (or 0x780C64) is unknown color: approx Dark Purple. HEX triplet: 78, 0C and 64. RGB value is (120,12,100). Sum of RGB (Red+Green+Blue) = 120+12+100=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #780C64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C64 is #87F39B. Grayscale: #363636. Windows color (decimal): -8909724 or 6556792. OLE color: 6556792.

HSL color Cylindrical-coordinate representation of color #780C64: hue angle of 311.11º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C64 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12012100-
CMYK00.900.170.53
HSL311.11º81.82%25.88%-
HSV(B)311.11º90%47.06%-
XYZ10.185.1812.52-
YUV54.32153.78174.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 100 (39.45% from 255) = 43.10%
R=51.72%
G=5.17%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201210000.900.170.53311.1181.8225.88
Hex78C6405A1135137521a
Octal170141440132216546712232
Binary1111000110011001000101101010001110101100110111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780C64; }

 p { color: rgb(120,12,100); }

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

<style>
 a { background-color: #780C64; }

 a { background-color: rgb(120,12,100); }

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

<style>
 span { border-color: #780C64; }

 span { border-color: rgb(120,12,100); }

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