#811062

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

Shades of Dark Purple #811062

Tints of Dark Purple #811062

Color information

#811062 (or 0x811062) is unknown color: approx Dark Purple. HEX triplet: 81, 10 and 62. RGB value is (129,16,98). Sum of RGB (Red+Green+Blue) = 129+16+98=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #811062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811062 is #7EEF9D. Grayscale: #3A3A3A. Windows color (decimal): -8318878 or 6426753. OLE color: 6426753.

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

Color convert

RGB1291698-
CMYK00.880.240.49
HSL316.46º77.93%28.43%-
HSV(B)316.46º87.6%50.59%-
XYZ11.445.9212.09-
YUV59.13149.94177.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.09%
GREEN value IS 16 (6.64% from 255) = 6.58%
BLUE value IS 98 (38.67% from 255) = 40.33%
R=53.09%
G=6.58%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129169800.880.240.49316.4677.9328.43
Hex811062058183113c4e1c
Octal201201420130306147411634
Binary100000011000011000100101100011000110001100111100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811062; }

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

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

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

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

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

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

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

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