#781979

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

Shades of Dark Purple #781979

Tints of Dark Purple #781979

Color information

#781979 (or 0x781979) is unknown color: approx Dark Purple. HEX triplet: 78, 19 and 79. RGB value is (120,25,121). Sum of RGB (Red+Green+Blue) = 120+25+121=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 121 - color contains mainly: blue. Hex color #781979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781979 is #87E686. Grayscale: #404040. Windows color (decimal): -8906375 or 7936376. OLE color: 7936376.

HSL color Cylindrical-coordinate representation of color #781979: hue angle of 299.38º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781979 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB12025121-
CMYK0.010.7900.53
HSL299.38º65.75%28.63%-
HSV(B)299.38º79.34%47.45%-
XYZ11.546.0718.65-
YUV64.35159.97167.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 25 (10.16% from 255) = 9.40%
BLUE value IS 121 (47.66% from 255) = 45.49%
R=45.11%
G=9.40%
B=45.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120251210.010.7900.53299.3865.7528.63
Hex78197914F03512b421d
Octal17031171111706545310235
Binary1111000110011111001110011110110101100101011100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781979; }

 p { color: rgb(120,25,121); }

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

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

 a { background-color: rgb(120,25,121); }

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

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

 span { border-color: rgb(120,25,121); }

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