#812975

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

Shades of Dark Purple #812975

Tints of Dark Purple #812975

Color information

#812975 (or 0x812975) is unknown color: approx Dark Purple. HEX triplet: 81, 29 and 75. RGB value is (129,41,117). Sum of RGB (Red+Green+Blue) = 129+41+117=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #812975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812975 is #7ED68A. Grayscale: #4B4B4B. Windows color (decimal): -8312459 or 7678337. OLE color: 7678337.

HSL color Cylindrical-coordinate representation of color #812975: hue angle of 308.18º 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 #812975 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB12941117-
CMYK00.680.090.49
HSL308.18º51.76%33.33%-
HSV(B)308.18º68.22%50.59%-
XYZ13.067.5417.6-
YUV75.98151.15165.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=44.95%
G=14.29%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294111700.680.090.49308.1851.7633.33
Hex8129750449311343421
Octal20151165010411614646441
Binary100000011010011110101010001001001110001100110100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812975; }

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

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

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

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

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

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

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

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