#780E6E

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

Shades of Dark Purple #780E6E

Tints of Dark Purple #780E6E

Color information

#780E6E (or 0x780E6E) is unknown color: approx Dark Purple. HEX triplet: 78, 0E and 6E. RGB value is (120,14,110). Sum of RGB (Red+Green+Blue) = 120+14+110=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #780E6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780E6E is #87F191. Grayscale: #383838. Windows color (decimal): -8909202 or 7212664. OLE color: 7212664.

HSL color Cylindrical-coordinate representation of color #780E6E: hue angle of 305.66º 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 #780E6E is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12014110-
CMYK00.880.080.53
HSL305.66º79.1%26.27%-
HSV(B)305.66º88.33%47.06%-
XYZ10.725.4315.24-
YUV56.64158.12173.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 14 (5.86% from 255) = 5.74%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=49.18%
G=5.74%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201411000.880.080.53305.6679.126.27
Hex78E6E0588351324f1a
Octal170161560130106546211732
Binary111100011101101110010110001000110101100110010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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