Html Css Color HEX #814074 Eminence

📋 copy color: '#814074'

red 129 ◦ green 64 ◦ blue 116

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

Shades of Eminence #814074

Tints of Eminence #814074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 41.75%
G = 20.71%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#814074 (or 0x814074) is known color: Eminence. HEX triplet: 81, 40 and 74. RGB value is (129,64,116). Sum of RGB (Red+Green+Blue) = 129+64+116=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #814074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814074 is #7EBF8B. Grayscale: #595959. Windows color (decimal): -8306572 or 7618689. OLE color: 7618689.

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

Color convert

RGB 129 64 116 -
CMYK 0 0.50 0.10 0.49
HSL 312º 0.34% 0.38% -
HSV(B) 312º 0.5% 0.51% -
XYZ 14.04 9.59 17.64 -
YUV 89.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 129 64 116 0 0.50 0.10 0.49 312 0.34 0.38
Hex 81 40 74 0 32 A 31 138 22 26
Octal 201 100 164 0 62 12 61 470 42 46
Binary 10000001 1000000 1110100 0 110010 1010 110001 100111000 100010 100110

Color Harmonies of #814074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814074

Black with #814074

Text Example


Text Example

White with #814074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814074; }

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

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

background-color css

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

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

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

border-color css

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

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

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