#812978

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

Shades of Dark Purple #812978

Tints of Dark Purple #812978

Color information

#812978 (or 0x812978) is unknown color: approx Dark Purple. HEX triplet: 81, 29 and 78. RGB value is (129,41,120). Sum of RGB (Red+Green+Blue) = 129+41+120=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #812978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812978 is #7ED687. Grayscale: #4C4C4C. Windows color (decimal): -8312456 or 7874945. OLE color: 7874945.

HSL color Cylindrical-coordinate representation of color #812978: hue angle of 306.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #812978 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB12941120-
CMYK00.680.070.49
HSL306.14º51.76%33.33%-
HSV(B)306.14º68.22%50.59%-
XYZ13.247.6118.54-
YUV76.32152.65165.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 120 (47.27% from 255) = 41.38%
R=44.48%
G=14.14%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294112000.680.070.49306.1451.7633.33
Hex8129780447311323421
Octal2015117001047614626441
Binary10000001101001111100001000100111110001100110010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812978; }

 p { color: rgb(129,41,120); }

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

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

 a { background-color: rgb(129,41,120); }

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

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

 span { border-color: rgb(129,41,120); }

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