Html Css Color HEX #814075 Eminence

📋 copy color: '#814075'

red 129 ◦ green 64 ◦ blue 117

#814075
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #814075

Tints of Eminence #814075

RGB

 RED value IS 129 (50.78% from 255) = 41.61%

 GREEN value IS 64 (25.39% from 255) = 20.65%

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 41.61%
G = 20.65%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#814075 (or 0x814075) is known color: Eminence. HEX triplet: 81, 40 and 75. RGB value is (129,64,117). Sum of RGB (Red+Green+Blue) = 129+64+117=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #814075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814075 is #7EBF8A. Grayscale: #595959. Windows color (decimal): -8306571 or 7684225. OLE color: 7684225.

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

Color convert

RGB 129 64 117 -
CMYK 0 0.50 0.09 0.49
HSL 311.08º 0.34% 0.38% -
HSV(B) 311.08º 0.5% 0.51% -
XYZ 14.1 9.62 17.94 -
YUV 89.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 129 64 117 0 0.50 0.09 0.49 311.08 0.34 0.38
Hex 81 40 75 0 32 9 31 137 22 26
Octal 201 100 165 0 62 11 61 467 42 46
Binary 10000001 1000000 1110101 0 110010 1001 110001 100110111 100010 100110

Color Harmonies of #814075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814075

Black with #814075

Text Example


Text Example

White with #814075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814075; }

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

 H1.HeaderClassName
 {
   color: #814075;
 }
 .AnyTagClassName
 {
   color: #814075;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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