#78187C

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

Shades of Dark Purple #78187C

Tints of Dark Purple #78187C

Color information

#78187C (or 0x78187C) is unknown color: approx Dark Purple. HEX triplet: 78, 18 and 7C. RGB value is (120,24,124). Sum of RGB (Red+Green+Blue) = 120+24+124=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #78187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78187C is #87E783. Grayscale: #3F3F3F. Windows color (decimal): -8906628 or 8132728. OLE color: 8132728.

HSL color Cylindrical-coordinate representation of color #78187C: hue angle of 297.6º 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 #78187C is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12024124-
CMYK0.030.8100.51
HSL297.6º67.57%29.02%-
HSV(B)297.6º80.65%48.63%-
XYZ11.716.119.63-
YUV64.1161.8167.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 24 (9.77% from 255) = 8.96%
BLUE value IS 124 (48.83% from 255) = 46.27%
R=44.78%
G=8.96%
B=46.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120241240.030.8100.51297.667.5729.02
Hex78187C35103312a441d
Octal17030174312106345210435
Binary11110001100011111001110100010110011100101010100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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