#7A3372

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

Shades of Eminence #7A3372

Tints of Eminence #7A3372

Color information

#7A3372 (or 0x7A3372) is unknown color: approx Eminence. HEX triplet: 7A, 33 and 72. RGB value is (122,51,114). Sum of RGB (Red+Green+Blue) = 122+51+114=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3372 is #85CC8D. Grayscale: #4F4F4F. Windows color (decimal): -8768654 or 7484282. OLE color: 7484282.

HSL color Cylindrical-coordinate representation of color #7A3372: hue angle of 306.76º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3372 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB12251114-
CMYK00.580.070.52
HSL306.76º41.04%33.92%-
HSV(B)306.76º58.2%47.84%-
XYZ12.257.7216.76-
YUV79.41147.52158.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=42.51%
G=17.77%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225111400.580.070.52306.7641.0433.92
Hex7A337203A7341332922
Octal172631620727644635142
Binary111101011001111100100111010111110100100110011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,51,114); }

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

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

 a { background-color: rgb(122,51,114); }

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

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

 span { border-color: rgb(122,51,114); }

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