#78187D

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

Shades of Dark Purple #78187D

Tints of Dark Purple #78187D

Color information

#78187D (or 0x78187D) is unknown color: approx Dark Purple. HEX triplet: 78, 18 and 7D. RGB value is (120,24,125). Sum of RGB (Red+Green+Blue) = 120+24+125=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #78187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78187D is #87E782. Grayscale: #3F3F3F. Windows color (decimal): -8906627 or 8198264. OLE color: 8198264.

HSL color Cylindrical-coordinate representation of color #78187D: hue angle of 297.03º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78187D is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12024125-
CMYK0.040.8100.51
HSL297.03º67.79%29.22%-
HSV(B)297.03º80.8%49.02%-
XYZ11.776.1319.96-
YUV64.22162.3167.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 125 (49.22% from 255) = 46.47%
R=44.61%
G=8.92%
B=46.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120241250.040.8100.51297.0367.7929.22
Hex78187D451033129441d
Octal17030175412106345110435
Binary111100011000111110110010100010110011100101001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78187D; }

 p { color: rgb(120,24,125); }

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

<style>
 a { background-color: #78187D; }

 a { background-color: rgb(120,24,125); }

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

<style>
 span { border-color: #78187D; }

 span { border-color: rgb(120,24,125); }

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