#811661

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

Shades of Dark Purple #811661

Tints of Dark Purple #811661

Color information

#811661 (or 0x811661) is unknown color: approx Dark Purple. HEX triplet: 81, 16 and 61. RGB value is (129,22,97). Sum of RGB (Red+Green+Blue) = 129+22+97=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #811661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811661 is #7EE99E. Grayscale: #3E3E3E. Windows color (decimal): -8317343 or 6362753. OLE color: 6362753.

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

Color convert

RGB1292297-
CMYK00.830.250.49
HSL317.94º70.86%29.61%-
HSV(B)317.94º82.95%50.59%-
XYZ11.56.111.88-
YUV62.54147.45175.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 22 (8.98% from 255) = 8.87%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=52.02%
G=8.87%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129229700.830.250.49317.9470.8629.61
Hex811661053193113e471e
Octal201261410123316147610736
Binary100000011011011000010101001111001110001100111110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811661; }

 p { color: rgb(129,22,97); }

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

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

 a { background-color: rgb(129,22,97); }

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

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

 span { border-color: rgb(129,22,97); }

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