#811860

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

Shades of Dark Purple #811860

Tints of Dark Purple #811860

Color information

#811860 (or 0x811860) is unknown color: approx Dark Purple. HEX triplet: 81, 18 and 60. RGB value is (129,24,96). Sum of RGB (Red+Green+Blue) = 129+24+96=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #811860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811860 is #7EE79F. Grayscale: #3F3F3F. Windows color (decimal): -8316832 or 6297729. OLE color: 6297729.

HSL color Cylindrical-coordinate representation of color #811860: hue angle of 318.86º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811860 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1292496-
CMYK00.810.260.49
HSL318.86º68.63%30%-
HSV(B)318.86º81.4%50.59%-
XYZ11.496.1611.65-
YUV63.6146.29174.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=51.81%
G=9.64%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129249600.810.260.49318.8668.6330
Hex8118600511A3113f451e
Octal201301400121326147710536
Binary100000011100011000000101000111010110001100111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811860; }

 p { color: rgb(129,24,96); }

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

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

 a { background-color: rgb(129,24,96); }

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

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

 span { border-color: rgb(129,24,96); }

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