#79417B

Color #79417B Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #79417B

Tints of Eminence #79417B

Color information

#79417B (or 0x79417B) is unknown color: approx Eminence. HEX triplet: 79, 41 and 7B. RGB value is (121,65,123). Sum of RGB (Red+Green+Blue) = 121+65+123=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #79417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79417B is #86BE84. Grayscale: #585858. Windows color (decimal): -8830597 or 8077689. OLE color: 8077689.

HSL color Cylindrical-coordinate representation of color #79417B: hue angle of 297.93º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79417B is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12165123-
CMYK0.020.4700.52
HSL297.93º30.85%36.86%-
HSV(B)297.93º47.15%48.24%-
XYZ13.359.2819.83-
YUV88.36147.55151.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.16%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=39.16%
G=21.04%
B=39.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121651230.020.4700.52297.9330.8536.86
Hex79417B22F03412a1f25
Octal1711011732570644523745
Binary11110011000001111101110101111011010010010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #79417B;
 }
 .AnyTagClassName
 {
   color: #79417B;
 }
</style>
background-color css

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

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

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

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

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

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