#813877

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

Shades of Dark Purple #813877

Tints of Dark Purple #813877

Color information

#813877 (or 0x813877) is unknown color: approx Dark Purple. HEX triplet: 81, 38 and 77. RGB value is (129,56,119). Sum of RGB (Red+Green+Blue) = 129+56+119=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #813877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813877 is #7EC788. Grayscale: #545454. Windows color (decimal): -8308617 or 7813249. OLE color: 7813249.

HSL color Cylindrical-coordinate representation of color #813877: hue angle of 308.22º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #813877 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB12956119-
CMYK00.570.080.49
HSL308.22º39.46%36.27%-
HSV(B)308.22º56.59%50.59%-
XYZ13.88.8318.43-
YUV85.01147.18159.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=42.43%
G=18.42%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295611900.570.080.49308.2239.4636.27
Hex8138770398311342724
Octal2017016707110614644744
Binary10000001111000111011101110011000110001100110100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813877; }

 p { color: rgb(129,56,119); }

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

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

 a { background-color: rgb(129,56,119); }

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

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

 span { border-color: rgb(129,56,119); }

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