Html Css Color HEX #79377F Eminence

📋 copy color: '#79377F'

red 121 ◦ green 55 ◦ blue 127

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

Shades of Eminence #79377F

Tints of Eminence #79377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

 BLUE value IS 127 (50% from 255) = 41.91%

R = 39.93%
G = 18.15%
B = 41.91%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#79377F (or 0x79377F) is known color: Eminence. HEX triplet: 79, 37 and 7F. RGB value is (121,55,127). Sum of RGB (Red+Green+Blue) = 121+55+127=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #79377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79377F is #86C880. Grayscale: #525252. Windows color (decimal): -8833153 or 8337273. OLE color: 8337273.

HSL color Cylindrical-coordinate representation of color #79377F: hue angle of 295º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #79377F is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 55 127 -
CMYK 0.05 0.57 0 0.50
HSL 295º 0.4% 0.36% -
HSV(B) 295º 0.57% 0.5% -
XYZ 13.08 8.33 21 -
YUV 82.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 121 55 127 0.05 0.57 0 0.50 295 0.4 0.36
Hex 79 37 7F 5 39 0 32 127 28 24
Octal 171 67 177 5 71 0 62 447 50 44
Binary 1111001 110111 1111111 101 111001 0 110010 100100111 101000 100100

Color Harmonies of #79377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79377F

Black with #79377F

Text Example


Text Example

White with #79377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79377F; }

 p { color: rgb(121,55,127); }

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

background-color css

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

 a { background-color: rgb(121,55,127); }

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

border-color css

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

 span { border-color: rgb(121,55,127); }

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