Html Css Color HEX #79357E Eminence

📋 copy color: '#79357E'

red 121 ◦ green 53 ◦ blue 126

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

Shades of Eminence #79357E

Tints of Eminence #79357E

RGB

 RED value IS 121 (47.66% from 255) = 40.33%

 GREEN value IS 53 (21.09% from 255) = 17.67%

 BLUE value IS 126 (49.61% from 255) = 42%

R = 40.33%
G = 17.67%
B = 42%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79357E (or 0x79357E) is known color: Eminence. HEX triplet: 79, 35 and 7E. RGB value is (121,53,126). Sum of RGB (Red+Green+Blue) = 121+53+126=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 126 - color contains mainly: blue. Hex color #79357E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79357E is #86CA81. Grayscale: #515151. Windows color (decimal): -8833666 or 8271225. OLE color: 8271225.

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

Color convert

RGB 121 53 126 -
CMYK 0.04 0.58 0 0.51
HSL 295.89º 0.41% 0.35% -
HSV(B) 295.89º 0.58% 0.49% -
XYZ 12.92 8.12 20.62 -
YUV 81.65 153.03 156.06 -
System Red Green Blue C M Y K H S L
Decimal 121 53 126 0.04 0.58 0 0.51 295.89 0.41 0.35
Hex 79 35 7E 4 3A 0 33 128 29 23
Octal 171 65 176 4 72 0 63 450 51 43
Binary 1111001 110101 1111110 100 111010 0 110011 100101000 101001 100011

Color Harmonies of #79357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79357E

Black with #79357E

Text Example


Text Example

White with #79357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79357E; }

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

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

background-color css

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

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

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

border-color css

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

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

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