#813A77

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

Shades of Dark Purple #813A77

Tints of Dark Purple #813A77

Color information

#813A77 (or 0x813A77) is unknown color: approx Dark Purple. HEX triplet: 81, 3A and 77. RGB value is (129,58,119). Sum of RGB (Red+Green+Blue) = 129+58+119=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #813A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813A77 is #7EC588. Grayscale: #565656. Windows color (decimal): -8308105 or 7813761. OLE color: 7813761.

HSL color Cylindrical-coordinate representation of color #813A77: hue angle of 308.45º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813A77 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB12958119-
CMYK00.550.080.49
HSL308.45º37.97%36.67%-
HSV(B)308.45º55.04%50.59%-
XYZ13.99.0318.46-
YUV86.18146.52158.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 58 (23.05% from 255) = 18.95%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=42.16%
G=18.95%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295811900.550.080.49308.4537.9736.67
Hex813A770378311342625
Octal2017216706710614644645
Binary10000001111010111011101101111000110001100110100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813A77; }

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

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

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

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

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

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

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

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