#79407A

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

Shades of Eminence #79407A

Tints of Eminence #79407A

Color information

#79407A (or 0x79407A) is unknown color: approx Eminence. HEX triplet: 79, 40 and 7A. RGB value is (121,64,122). Sum of RGB (Red+Green+Blue) = 121+64+122=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #79407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79407A is #86BF85. Grayscale: #575757. Windows color (decimal): -8830854 or 8011897. OLE color: 8011897.

HSL color Cylindrical-coordinate representation of color #79407A: hue angle of 298.97º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79407A is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12164122-
CMYK0.010.4800.52
HSL298.97º31.18%36.47%-
HSV(B)298.97º47.54%47.84%-
XYZ13.239.1419.48-
YUV87.66147.38151.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.41%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=39.41%
G=20.85%
B=39.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121641220.010.4800.52298.9731.1836.47
Hex79407A13003412b1f24
Octal1711001721600644533744
Binary1111001100000011110101110000011010010010101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79407A; }

 p { color: rgb(121,64,122); }

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

<style>
 a { background-color: #79407A; }

 a { background-color: rgb(121,64,122); }

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

<style>
 span { border-color: #79407A; }

 span { border-color: rgb(121,64,122); }

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