Html Css Color HEX #7E4277 Eminence

📋 copy color: '#7E4277'

red 126 ◦ green 66 ◦ blue 119

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

Shades of Eminence #7E4277

Tints of Eminence #7E4277

RGB

 RED value IS 126 (49.61% from 255) = 40.51%

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

 BLUE value IS 119 (46.88% from 255) = 38.26%

R = 40.51%
G = 21.22%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7E4277 (or 0x7E4277) is known color: Eminence. HEX triplet: 7E, 42 and 77. RGB value is (126,66,119). Sum of RGB (Red+Green+Blue) = 126+66+119=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4277 is #81BD88. Grayscale: #595959. Windows color (decimal): -8502665 or 7815806. OLE color: 7815806.

HSL color Cylindrical-coordinate representation of color #7E4277: hue angle of 307º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E4277 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 66 119 -
CMYK 0 0.48 0.06 0.51
HSL 307º 0.31% 0.38% -
HSV(B) 307º 0.48% 0.49% -
XYZ 13.88 9.66 18.59 -
YUV 89.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 126 66 119 0 0.48 0.06 0.51 307 0.31 0.38
Hex 7E 42 77 0 30 6 33 133 1F 26
Octal 176 102 167 0 60 6 63 463 37 46
Binary 1111110 1000010 1110111 0 110000 110 110011 100110011 11111 100110

Color Harmonies of #7E4277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4277

Black with #7E4277

Text Example


Text Example

White with #7E4277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E4277; }

 p { color: rgb(126,66,119); }

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

background-color css

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

 a { background-color: rgb(126,66,119); }

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

border-color css

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

 span { border-color: rgb(126,66,119); }

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