#811270

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

Shades of Dark Purple #811270

Tints of Dark Purple #811270

Color information

#811270 (or 0x811270) is unknown color: approx Dark Purple. HEX triplet: 81, 12 and 70. RGB value is (129,18,112). Sum of RGB (Red+Green+Blue) = 129+18+112=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #811270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811270 is #7EED8F. Grayscale: #3D3D3D. Windows color (decimal): -8318352 or 7344769. OLE color: 7344769.

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

Color convert

RGB12918112-
CMYK00.860.130.49
HSL309.19º75.51%28.82%-
HSV(B)309.19º86.05%50.59%-
XYZ12.196.2715.9-
YUV61.9156.27175.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.81%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=49.81%
G=6.95%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291811200.860.130.49309.1975.5128.82
Hex811270056D311354c1d
Octal201221600126156146511435
Binary10000001100101110000010101101101110001100110101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811270; }

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

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

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

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

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

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

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

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