#814175

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

Shades of Eminence #814175

Tints of Eminence #814175

Color information

#814175 (or 0x814175) is unknown color: approx Eminence. HEX triplet: 81, 41 and 75. RGB value is (129,65,117). Sum of RGB (Red+Green+Blue) = 129+65+117=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #814175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814175 is #7EBE8A. Grayscale: #595959. Windows color (decimal): -8306315 or 7684481. OLE color: 7684481.

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

Color convert

RGB12965117-
CMYK00.500.090.49
HSL311.25º32.99%38.04%-
HSV(B)311.25º49.61%50.59%-
XYZ14.159.7317.96-
YUV90.06143.2155.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=41.48%
G=20.90%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296511700.500.090.49311.2532.9938.04
Hex8141750329311372126
Octal20110116506211614674146
Binary100000011000001111010101100101001110001100110111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814175; }

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

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

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

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

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

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

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

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