#812474

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

Shades of Dark Purple #812474

Tints of Dark Purple #812474

Color information

#812474 (or 0x812474) is unknown color: approx Dark Purple. HEX triplet: 81, 24 and 74. RGB value is (129,36,116). Sum of RGB (Red+Green+Blue) = 129+36+116=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #812474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812474 is #7EDB8B. Grayscale: #484848. Windows color (decimal): -8313740 or 7611521. OLE color: 7611521.

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

Color convert

RGB12936116-
CMYK00.720.100.49
HSL308.39º56.36%32.35%-
HSV(B)308.39º72.09%50.59%-
XYZ12.847.1917.23-
YUV72.93152.31168-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 36 (14.45% from 255) = 12.81%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=45.91%
G=12.81%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293611600.720.100.49308.3956.3632.35
Hex812474048A311343820
Octal20144164011012614647040
Binary100000011001001110100010010001010110001100110100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812474; }

 p { color: rgb(129,36,116); }

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

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

 a { background-color: rgb(129,36,116); }

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

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

 span { border-color: rgb(129,36,116); }

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