#814276

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

Shades of Eminence #814276

Tints of Eminence #814276

Color information

#814276 (or 0x814276) is unknown color: approx Eminence. HEX triplet: 81, 42 and 76. RGB value is (129,66,118). Sum of RGB (Red+Green+Blue) = 129+66+118=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #814276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814276 is #7EBD89. Grayscale: #5A5A5A. Windows color (decimal): -8306058 or 7750273. OLE color: 7750273.

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

Color convert

RGB12966118-
CMYK00.490.090.49
HSL310.48º32.31%38.24%-
HSV(B)310.48º48.84%50.59%-
XYZ14.279.8718.29-
YUV90.76143.37155.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=41.21%
G=21.09%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296611800.490.090.49310.4832.3138.24
Hex8142760319311362026
Octal20110216606111614664046
Binary100000011000010111011001100011001110001100110110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814276; }

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

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

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

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

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

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

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

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