#811463

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

Shades of Dark Purple #811463

Tints of Dark Purple #811463

Color information

#811463 (or 0x811463) is unknown color: approx Dark Purple. HEX triplet: 81, 14 and 63. RGB value is (129,20,99). Sum of RGB (Red+Green+Blue) = 129+20+99=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #811463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811463 is #7EEB9C. Grayscale: #3D3D3D. Windows color (decimal): -8317853 or 6493313. OLE color: 6493313.

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

Color convert

RGB1292099-
CMYK00.840.230.49
HSL316.51º73.15%29.22%-
HSV(B)316.51º84.5%50.59%-
XYZ11.566.0712.37-
YUV61.6149.11176.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=52.02%
G=8.06%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129209900.840.230.49316.5173.1529.22
Hex811463054173113d491d
Octal201241430124276147511135
Binary100000011010011000110101010010111110001100111101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811463; }

 p { color: rgb(129,20,99); }

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

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

 a { background-color: rgb(129,20,99); }

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

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

 span { border-color: rgb(129,20,99); }

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