#814174

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

Shades of Eminence #814174

Tints of Eminence #814174

Color information

#814174 (or 0x814174) is unknown color: approx Eminence. HEX triplet: 81, 41 and 74. RGB value is (129,65,116). Sum of RGB (Red+Green+Blue) = 129+65+116=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #814174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814174 is #7EBE8B. Grayscale: #595959. Windows color (decimal): -8306316 or 7618945. OLE color: 7618945.

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

Color convert

RGB12965116-
CMYK00.500.100.49
HSL312.19º32.99%38.04%-
HSV(B)312.19º49.61%50.59%-
XYZ14.19.7117.65-
YUV89.95142.7155.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.61%
GREEN value IS 65 (25.78% from 255) = 20.97%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=41.61%
G=20.97%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296511600.500.100.49312.1932.9938.04
Hex814174032A311382126
Octal20110116406212614704146
Binary100000011000001111010001100101010110001100111000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814174; }

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

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

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

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

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

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

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

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