Html Css Color HEX #7E3479 Eminence

📋 copy color: '#7E3479'

red 126 ◦ green 52 ◦ blue 121

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

Shades of Eminence #7E3479

Tints of Eminence #7E3479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 42.14%
G = 17.39%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7E3479 (or 0x7E3479) is known color: Eminence. HEX triplet: 7E, 34 and 79. RGB value is (126,52,121). Sum of RGB (Red+Green+Blue) = 126+52+121=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3479 is #81CB86. Grayscale: #515151. Windows color (decimal): -8506247 or 7943294. OLE color: 7943294.

HSL color Cylindrical-coordinate representation of color #7E3479: hue angle of 304.05º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E3479 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 52 121 -
CMYK 0 0.59 0.04 0.51
HSL 304.05º 0.42% 0.35% -
HSV(B) 304.05º 0.59% 0.49% -
XYZ 13.28 8.27 18.99 -
YUV 81.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 126 52 121 0 0.59 0.04 0.51 304.05 0.42 0.35
Hex 7E 34 79 0 3B 4 33 130 2A 23
Octal 176 64 171 0 73 4 63 460 52 43
Binary 1111110 110100 1111001 0 111011 100 110011 100110000 101010 100011

Color Harmonies of #7E3479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3479

Black with #7E3479

Text Example


Text Example

White with #7E3479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,52,121); }

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

background-color css

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

 a { background-color: rgb(126,52,121); }

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

border-color css

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

 span { border-color: rgb(126,52,121); }

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