#811272

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

Shades of Dark Purple #811272

Tints of Dark Purple #811272

Color information

#811272 (or 0x811272) is unknown color: approx Dark Purple. HEX triplet: 81, 12 and 72. RGB value is (129,18,114). Sum of RGB (Red+Green+Blue) = 129+18+114=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #811272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811272 is #7EED8D. Grayscale: #3D3D3D. Windows color (decimal): -8318350 or 7475841. OLE color: 7475841.

HSL color Cylindrical-coordinate representation of color #811272: hue angle of 308.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811272 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB12918114-
CMYK00.860.120.49
HSL308.11º75.51%28.82%-
HSV(B)308.11º86.05%50.59%-
XYZ12.316.3116.49-
YUV62.13157.27175.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=49.43%
G=6.90%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291811400.860.120.49308.1175.5128.82
Hex811272056C311344c1d
Octal201221620126146146411435
Binary10000001100101110010010101101100110001100110100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811272; }

 p { color: rgb(129,18,114); }

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

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

 a { background-color: rgb(129,18,114); }

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

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

 span { border-color: rgb(129,18,114); }

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