#813C76

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

Shades of Eminence #813C76

Tints of Eminence #813C76

Color information

#813C76 (or 0x813C76) is unknown color: approx Eminence. HEX triplet: 81, 3C and 76. RGB value is (129,60,118). Sum of RGB (Red+Green+Blue) = 129+60+118=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #813C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813C76 is #7EC389. Grayscale: #575757. Windows color (decimal): -8307594 or 7748737. OLE color: 7748737.

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

Color convert

RGB12960118-
CMYK00.530.090.49
HSL309.57º36.51%37.06%-
HSV(B)309.57º53.49%50.59%-
XYZ13.949.2118.18-
YUV87.24145.36157.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 60 (23.83% from 255) = 19.54%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=42.02%
G=19.54%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296011800.530.090.49309.5736.5137.06
Hex813C760359311362525
Octal2017416606511614664545
Binary10000001111100111011001101011001110001100110110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,60,118); }

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

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

 a { background-color: rgb(129,60,118); }

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

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

 span { border-color: rgb(129,60,118); }

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