#812079

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

Shades of Dark Purple #812079

Tints of Dark Purple #812079

Color information

#812079 (or 0x812079) is unknown color: approx Dark Purple. HEX triplet: 81, 20 and 79. RGB value is (129,32,121). Sum of RGB (Red+Green+Blue) = 129+32+121=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #812079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812079 is #7EDF86. Grayscale: #464646. Windows color (decimal): -8314759 or 7938177. OLE color: 7938177.

HSL color Cylindrical-coordinate representation of color #812079: hue angle of 304.95º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812079 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB12932121-
CMYK00.750.060.49
HSL304.95º60.25%31.57%-
HSV(B)304.95º75.19%50.59%-
XYZ13.027.0818.77-
YUV71.15156.14169.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 32 (12.89% from 255) = 11.35%
BLUE value IS 121 (47.66% from 255) = 42.91%
R=45.74%
G=11.35%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293212100.750.060.49304.9560.2531.57
Hex81207904B6311313c20
Octal2014017101136614617440
Binary10000001100000111100101001011110110001100110001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812079; }

 p { color: rgb(129,32,121); }

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

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

 a { background-color: rgb(129,32,121); }

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

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

 span { border-color: rgb(129,32,121); }

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