#811762

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

Shades of Dark Purple #811762

Tints of Dark Purple #811762

Color information

#811762 (or 0x811762) is unknown color: approx Dark Purple. HEX triplet: 81, 17 and 62. RGB value is (129,23,98). Sum of RGB (Red+Green+Blue) = 129+23+98=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #811762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811762 is #7EE89D. Grayscale: #3F3F3F. Windows color (decimal): -8317086 or 6428545. OLE color: 6428545.

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

Color convert

RGB1292398-
CMYK00.820.240.49
HSL317.55º69.74%29.8%-
HSV(B)317.55º82.17%50.59%-
XYZ11.566.1612.14-
YUV63.24147.62174.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 23 (9.38% from 255) = 9.2%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=51.6%
G=9.2%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129239800.820.240.49317.5569.7429.8
Hex811762052183113e461e
Octal201271420122306147610636
Binary100000011011111000100101001011000110001100111110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811762; }

 p { color: rgb(129,23,98); }

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

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

 a { background-color: rgb(129,23,98); }

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

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

 span { border-color: rgb(129,23,98); }

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