#78106f

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

Shades of Dark Purple #78106F

Tints of Dark Purple #78106F

Color information

#78106F (or 0x78106F) is unknown color: approx Dark Purple. HEX triplet: 78, 10 and 6F. RGB value is (120,16,111). Sum of RGB (Red+Green+Blue) = 120+16+111=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78106F is #87EF90. Grayscale: #393939. Windows color (decimal): -8908689 or 7278712. OLE color: 7278712.

HSL color Cylindrical-coordinate representation of color #78106F: hue angle of 305.19º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78106F is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12016111-
CMYK00.870.080.53
HSL305.19º76.47%26.67%-
HSV(B)305.19º86.67%47.06%-
XYZ10.85.5115.53-
YUV57.93157.96172.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 16 (6.64% from 255) = 6.48%
BLUE value IS 111 (43.75% from 255) = 44.94%
R=48.58%
G=6.48%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201611100.870.080.53305.1976.4726.67
Hex78106F0578351314c1b
Octal170201570127106546111433
Binary1111000100001101111010101111000110101100110001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78106f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78106f; }

 p { color: rgb(120,16,111); }

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

<style>
 a { background-color: #78106f; }

 a { background-color: rgb(120,16,111); }

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

<style>
 span { border-color: #78106f; }

 span { border-color: rgb(120,16,111); }

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