#780E66

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

Shades of Dark Purple #780E66

Tints of Dark Purple #780E66

Color information

#780E66 (or 0x780E66) is unknown color: approx Dark Purple. HEX triplet: 78, 0E and 66. RGB value is (120,14,102). Sum of RGB (Red+Green+Blue) = 120+14+102=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #780E66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780E66 is #87F199. Grayscale: #373737. Windows color (decimal): -8909210 or 6688376. OLE color: 6688376.

HSL color Cylindrical-coordinate representation of color #780E66: hue angle of 310.19º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780E66 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB12014102-
CMYK00.880.150.53
HSL310.19º79.1%26.27%-
HSV(B)310.19º88.33%47.06%-
XYZ10.35.2713.04-
YUV55.73154.12173.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 14 (5.86% from 255) = 5.93%
BLUE value IS 102 (40.23% from 255) = 43.22%
R=50.85%
G=5.93%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201410200.880.150.53310.1979.126.27
Hex78E66058F351364f1a
Octal170161460130176546611732
Binary111100011101100110010110001111110101100110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,14,102); }

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

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

 a { background-color: rgb(120,14,102); }

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

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

 span { border-color: rgb(120,14,102); }

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