#7A2D79

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

Shades of Eminence #7A2D79

Tints of Eminence #7A2D79

Color information

#7A2D79 (or 0x7A2D79) is unknown color: approx Eminence. HEX triplet: 7A, 2D and 79. RGB value is (122,45,121). Sum of RGB (Red+Green+Blue) = 122+45+121=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2D79 is #85D286. Grayscale: #4C4C4C. Windows color (decimal): -8770183 or 7941498. OLE color: 7941498.

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

Color convert

RGB12245121-
CMYK00.630.010.52
HSL300.78º46.11%32.75%-
HSV(B)300.78º63.11%47.84%-
XYZ12.427.3918.86-
YUV76.69153.01160.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.36%
GREEN value IS 45 (17.97% from 255) = 15.62%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=42.36%
G=15.62%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1224512100.630.010.52300.7846.1132.75
Hex7A2D7903F13412d2e21
Octal172551710771644555641
Binary1111010101101111100101111111110100100101101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A2D79; }

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

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

<style>
 a { background-color: #7A2D79; }

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

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

<style>
 span { border-color: #7A2D79; }

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

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