Html Css Color HEX #7E457C Eminence

📋 copy color: '#7E457C'

red 126 ◦ green 69 ◦ blue 124

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

Shades of Eminence #7E457C

Tints of Eminence #7E457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 39.5%
G = 21.63%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7E457C (or 0x7E457C) is known color: Eminence. HEX triplet: 7E, 45 and 7C. RGB value is (126,69,124). Sum of RGB (Red+Green+Blue) = 126+69+124=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E457C is #81BA83. Grayscale: #5C5C5C. Windows color (decimal): -8501892 or 8144254. OLE color: 8144254.

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

Color convert

RGB 126 69 124 -
CMYK 0 0.45 0.02 0.51
HSL 302.11º 0.29% 0.38% -
HSV(B) 302.11º 0.45% 0.49% -
XYZ 14.37 10.15 20.27 -
YUV 92.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 126 69 124 0 0.45 0.02 0.51 302.11 0.29 0.38
Hex 7E 45 7C 0 2D 2 33 12E 1D 26
Octal 176 105 174 0 55 2 63 456 35 46
Binary 1111110 1000101 1111100 0 101101 10 110011 100101110 11101 100110

Color Harmonies of #7E457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E457C

Black with #7E457C

Text Example


Text Example

White with #7E457C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,69,124); }

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

background-color css

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

 a { background-color: rgb(126,69,124); }

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

border-color css

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

 span { border-color: rgb(126,69,124); }

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