#811362

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

Shades of Dark Purple #811362

Tints of Dark Purple #811362

Color information

#811362 (or 0x811362) is unknown color: approx Dark Purple. HEX triplet: 81, 13 and 62. RGB value is (129,19,98). Sum of RGB (Red+Green+Blue) = 129+19+98=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #811362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811362 is #7EEC9D. Grayscale: #3C3C3C. Windows color (decimal): -8318110 or 6427521. OLE color: 6427521.

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

Color convert

RGB1291998-
CMYK00.850.240.49
HSL316.91º74.32%29.02%-
HSV(B)316.91º85.27%50.59%-
XYZ11.496.0112.11-
YUV60.9148.94176.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 19 (7.81% from 255) = 7.72%
BLUE value IS 98 (38.67% from 255) = 39.84%
R=52.44%
G=7.72%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129199800.850.240.49316.9174.3229.02
Hex811362055183113d4a1d
Octal201231420125306147511235
Binary100000011001111000100101010111000110001100111101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811362; }

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

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

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

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

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

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

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

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