#78106A

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

Shades of Dark Purple #78106A

Tints of Dark Purple #78106A

Color information

#78106A (or 0x78106A) is unknown color: approx Dark Purple. HEX triplet: 78, 10 and 6A. RGB value is (120,16,106). Sum of RGB (Red+Green+Blue) = 120+16+106=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #78106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78106A is #87EF95. Grayscale: #393939. Windows color (decimal): -8908694 or 6951032. OLE color: 6951032.

HSL color Cylindrical-coordinate representation of color #78106A: hue angle of 308.08º 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 #78106A is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12016106-
CMYK00.870.120.53
HSL308.08º76.47%26.67%-
HSV(B)308.08º86.67%47.06%-
XYZ10.535.414.12-
YUV57.36155.46172.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.59%
GREEN value IS 16 (6.64% from 255) = 6.61%
BLUE value IS 106 (41.80% from 255) = 43.80%
R=49.59%
G=6.61%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201610600.870.120.53308.0876.4726.67
Hex78106A057C351344c1b
Octal170201520127146546411433
Binary1111000100001101010010101111100110101100110100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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