#79427A

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

Shades of Eminence #79427A

Tints of Eminence #79427A

Color information

#79427A (or 0x79427A) is unknown color: approx Eminence. HEX triplet: 79, 42 and 7A. RGB value is (121,66,122). Sum of RGB (Red+Green+Blue) = 121+66+122=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #79427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79427A is #86BD85. Grayscale: #585858. Windows color (decimal): -8830342 or 8012409. OLE color: 8012409.

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

Color convert

RGB12166122-
CMYK0.010.4600.52
HSL298.93º29.79%36.86%-
HSV(B)298.93º45.9%47.84%-
XYZ13.359.3719.52-
YUV88.83146.72150.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.16%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=39.16%
G=21.36%
B=39.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121661220.010.4600.52298.9329.7936.86
Hex79427A12E03412b1e25
Octal1711021721560644533645
Binary1111001100001011110101101110011010010010101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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