#811760

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

Shades of Dark Purple #811760

Tints of Dark Purple #811760

Color information

#811760 (or 0x811760) is unknown color: approx Dark Purple. HEX triplet: 81, 17 and 60. RGB value is (129,23,96). Sum of RGB (Red+Green+Blue) = 129+23+96=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #811760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811760 is #7EE89F. Grayscale: #3E3E3E. Windows color (decimal): -8317088 or 6297473. OLE color: 6297473.

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

Color convert

RGB1292396-
CMYK00.820.260.49
HSL318.68º69.74%29.8%-
HSV(B)318.68º82.17%50.59%-
XYZ11.476.1211.64-
YUV63.02146.62175.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 23 (9.38% from 255) = 9.27%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=52.02%
G=9.27%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129239600.820.260.49318.6869.7429.8
Hex8117600521A3113f461e
Octal201271400122326147710636
Binary100000011011111000000101001011010110001100111111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811760; }

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

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

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

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

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

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

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

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