#7A3273

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

Shades of Eminence #7A3273

Tints of Eminence #7A3273

Color information

#7A3273 (or 0x7A3273) is unknown color: approx Eminence. HEX triplet: 7A, 32 and 73. RGB value is (122,50,115). Sum of RGB (Red+Green+Blue) = 122+50+115=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3273 is #85CD8C. Grayscale: #4E4E4E. Windows color (decimal): -8768909 or 7549562. OLE color: 7549562.

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

Color convert

RGB12250115-
CMYK00.590.060.52
HSL305.83º41.86%33.73%-
HSV(B)305.83º59.02%47.84%-
XYZ12.267.6617.05-
YUV78.94148.35158.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=42.51%
G=17.42%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225011500.590.060.52305.8341.8633.73
Hex7A327303B6341322a22
Octal172621630736644625242
Binary111101011001011100110111011110110100100110010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,50,115); }

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

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

 a { background-color: rgb(122,50,115); }

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

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

 span { border-color: rgb(122,50,115); }

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