#813979

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

Shades of Eminence #813979

Tints of Eminence #813979

Color information

#813979 (or 0x813979) is unknown color: approx Eminence. HEX triplet: 81, 39 and 79. RGB value is (129,57,121). Sum of RGB (Red+Green+Blue) = 129+57+121=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #813979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813979 is #7EC686. Grayscale: #555555. Windows color (decimal): -8308359 or 7944577. OLE color: 7944577.

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

Color convert

RGB12957121-
CMYK00.560.060.49
HSL306.67º38.71%36.47%-
HSV(B)306.67º55.81%50.59%-
XYZ13.978.9719.09-
YUV85.82147.85158.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=42.02%
G=18.57%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295712100.560.060.49306.6738.7136.47
Hex8139790386311332724
Octal201711710706614634744
Binary1000000111100111110010111000110110001100110011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813979; }

 p { color: rgb(129,57,121); }

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

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

 a { background-color: rgb(129,57,121); }

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

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

 span { border-color: rgb(129,57,121); }

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