Html Css Color HEX #79417D Eminence

📋 copy color: '#79417D'

red 121 ◦ green 65 ◦ blue 125

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

Shades of Eminence #79417D

Tints of Eminence #79417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.9%

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 38.91%
G = 20.9%
B = 40.19%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79417D (or 0x79417D) is known color: Eminence. HEX triplet: 79, 41 and 7D. RGB value is (121,65,125). Sum of RGB (Red+Green+Blue) = 121+65+125=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #79417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79417D is #86BE82. Grayscale: #585858. Windows color (decimal): -8830595 or 8208761. OLE color: 8208761.

HSL color Cylindrical-coordinate representation of color #79417D: hue angle of 296º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79417D is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 65 125 -
CMYK 0.03 0.48 0 0.51
HSL 296º 0.32% 0.37% -
HSV(B) 296º 0.48% 0.49% -
XYZ 13.48 9.33 20.49 -
YUV 88.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 121 65 125 0.03 0.48 0 0.51 296 0.32 0.37
Hex 79 41 7D 3 30 0 33 128 20 25
Octal 171 101 175 3 60 0 63 450 40 45
Binary 1111001 1000001 1111101 11 110000 0 110011 100101000 100000 100101

Color Harmonies of #79417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79417D

Black with #79417D

Text Example


Text Example

White with #79417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79417D; }

 p { color: rgb(121,65,125); }

 H1.HeaderClassName
 {
   color: #79417D;
 }
 .AnyTagClassName
 {
   color: #79417D;
 }
</style>

background-color css

<style>
 a { background-color: #79417D; }

 a { background-color: rgb(121,65,125); }

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

border-color css

<style>
 span { border-color: #79417D; }

 span { border-color: rgb(121,65,125); }

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