#7A2F76

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

Shades of Eminence #7A2F76

Tints of Eminence #7A2F76

Color information

#7A2F76 (or 0x7A2F76) is unknown color: approx Eminence. HEX triplet: 7A, 2F and 76. RGB value is (122,47,118). Sum of RGB (Red+Green+Blue) = 122+47+118=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2F76 is #85D089. Grayscale: #4D4D4D. Windows color (decimal): -8769674 or 7745402. OLE color: 7745402.

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

Color convert

RGB12247118-
CMYK00.610.030.52
HSL303.2º44.38%33.14%-
HSV(B)303.2º61.48%47.84%-
XYZ12.317.4817.93-
YUV77.52150.85159.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 47 (18.75% from 255) = 16.38%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=42.51%
G=16.38%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1224711800.610.030.52303.244.3833.14
Hex7A2F7603D33412f2c21
Octal172571660753644575441
Binary11110101011111110110011110111110100100101111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,47,118); }

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

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

 a { background-color: rgb(122,47,118); }

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

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

 span { border-color: rgb(122,47,118); }

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