#753279

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

Shades of Eminence #753279

Tints of Eminence #753279

Color information

#753279 (or 0x753279) is unknown color: approx Eminence. HEX triplet: 75, 32 and 79. RGB value is (117,50,121). Sum of RGB (Red+Green+Blue) = 117+50+121=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #753279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753279 is #8ACD86. Grayscale: #4D4D4D. Windows color (decimal): -9096583 or 7942773. OLE color: 7942773.

HSL color Cylindrical-coordinate representation of color #753279: hue angle of 296.62º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753279 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11750121-
CMYK0.030.5900.53
HSL296.62º41.52%33.53%-
HSV(B)296.62º58.68%47.45%-
XYZ11.937.4418.9-
YUV78.13152.2155.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 50 (19.92% from 255) = 17.36%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=40.62%
G=17.36%
B=42.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117501210.030.5900.53296.6241.5233.53
Hex75327933B0351292a22
Octal165621713730654515242
Binary11101011100101111001111110110110101100101001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753279; }

 p { color: rgb(117,50,121); }

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

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

 a { background-color: rgb(117,50,121); }

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

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

 span { border-color: rgb(117,50,121); }

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