Html Css Color HEX #814274 Eminence

📋 copy color: '#814274'

red 129 ◦ green 66 ◦ blue 116

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

Shades of Eminence #814274

Tints of Eminence #814274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.22%

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

R = 41.48%
G = 21.22%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#814274 (or 0x814274) is known color: Eminence. HEX triplet: 81, 42 and 74. RGB value is (129,66,116). Sum of RGB (Red+Green+Blue) = 129+66+116=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #814274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814274 is #7EBD8B. Grayscale: #5A5A5A. Windows color (decimal): -8306060 or 7619201. OLE color: 7619201.

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

Color convert

RGB 129 66 116 -
CMYK 0 0.49 0.10 0.49
HSL 312.38º 0.32% 0.38% -
HSV(B) 312.38º 0.49% 0.51% -
XYZ 14.15 9.82 17.67 -
YUV 90.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 129 66 116 0 0.49 0.10 0.49 312.38 0.32 0.38
Hex 81 42 74 0 31 A 31 138 20 26
Octal 201 102 164 0 61 12 61 470 40 46
Binary 10000001 1000010 1110100 0 110001 1010 110001 100111000 100000 100110

Color Harmonies of #814274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814274

Black with #814274

Text Example


Text Example

White with #814274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814274; }

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

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

background-color css

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

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

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

border-color css

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

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

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