#7C3573

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

Shades of Eminence #7C3573

Tints of Eminence #7C3573

Color information

#7C3573 (or 0x7C3573) is unknown color: approx Eminence. HEX triplet: 7C, 35 and 73. RGB value is (124,53,115). Sum of RGB (Red+Green+Blue) = 124+53+115=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3573 is #83CA8C. Grayscale: #515151. Windows color (decimal): -8637069 or 7550332. OLE color: 7550332.

HSL color Cylindrical-coordinate representation of color #7C3573: hue angle of 307.61º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C3573 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB12453115-
CMYK00.570.070.51
HSL307.61º40.11%34.71%-
HSV(B)307.61º57.26%48.63%-
XYZ12.688.0717.11-
YUV81.3147.02158.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.47%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=42.47%
G=18.15%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245311500.570.070.51307.6140.1134.71
Hex7C35730397331342823
Octal174651630717634645043
Binary111110011010111100110111001111110011100110100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,53,115); }

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

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

 a { background-color: rgb(124,53,115); }

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

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

 span { border-color: rgb(124,53,115); }

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