#814179

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

Shades of Eminence #814179

Tints of Eminence #814179

Color information

#814179 (or 0x814179) is unknown color: approx Eminence. HEX triplet: 81, 41 and 79. RGB value is (129,65,121). Sum of RGB (Red+Green+Blue) = 129+65+121=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 129 - color contains mainly: red. Hex color #814179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814179 is #7EBE86. Grayscale: #5A5A5A. Windows color (decimal): -8306311 or 7946625. OLE color: 7946625.

HSL color Cylindrical-coordinate representation of color #814179: hue angle of 307.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814179 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB12965121-
CMYK00.500.060.49
HSL307.5º32.99%38.04%-
HSV(B)307.5º49.61%50.59%-
XYZ14.399.8319.23-
YUV90.52145.2155.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=40.95%
G=20.63%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296512100.500.060.49307.532.9938.04
Hex8141790326311342126
Octal2011011710626614644146
Binary10000001100000111110010110010110110001100110100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814179; }

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

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

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

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

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

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

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

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