#814178

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

Shades of Eminence #814178

Tints of Eminence #814178

Color information

#814178 (or 0x814178) is unknown color: approx Eminence. HEX triplet: 81, 41 and 78. RGB value is (129,65,120). Sum of RGB (Red+Green+Blue) = 129+65+120=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #814178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814178 is #7EBE87. Grayscale: #5A5A5A. Windows color (decimal): -8306312 or 7881089. OLE color: 7881089.

HSL color Cylindrical-coordinate representation of color #814178: hue angle of 308.44º 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 #814178 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB12965120-
CMYK00.500.070.49
HSL308.44º32.99%38.04%-
HSV(B)308.44º49.61%50.59%-
XYZ14.339.818.91-
YUV90.41144.7155.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=41.08%
G=20.70%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296512000.500.070.49308.4432.9938.04
Hex8141780327311342126
Octal2011011700627614644146
Binary10000001100000111110000110010111110001100110100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814178; }

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

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

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

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

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

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

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

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