#813B78

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

Shades of Eminence #813B78

Tints of Eminence #813B78

Color information

#813B78 (or 0x813B78) is unknown color: approx Eminence. HEX triplet: 81, 3B and 78. RGB value is (129,59,120). Sum of RGB (Red+Green+Blue) = 129+59+120=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #813B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813B78 is #7EC487. Grayscale: #565656. Windows color (decimal): -8307848 or 7879553. OLE color: 7879553.

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

Color convert

RGB12959120-
CMYK00.540.070.49
HSL307.71º37.23%36.86%-
HSV(B)307.71º54.26%50.59%-
XYZ14.019.1518.8-
YUV86.88146.69158.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=41.88%
G=19.16%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295912000.540.070.49307.7137.2336.86
Hex813B780367311342525
Octal201731700667614644545
Binary1000000111101111110000110110111110001100110100100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,59,120); }

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

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

 a { background-color: rgb(129,59,120); }

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

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

 span { border-color: rgb(129,59,120); }

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