#753580

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

Shades of Eminence #753580

Tints of Eminence #753580

Color information

#753580 (or 0x753580) is unknown color: approx Eminence. HEX triplet: 75, 35 and 80. RGB value is (117,53,128). Sum of RGB (Red+Green+Blue) = 117+53+128=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #753580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753580 is #8ACA7F. Grayscale: #505050. Windows color (decimal): -9095808 or 8402293. OLE color: 8402293.

HSL color Cylindrical-coordinate representation of color #753580: hue angle of 291.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753580 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11753128-
CMYK0.090.5900.50
HSL291.2º41.44%35.49%-
HSV(B)291.2º58.59%50.2%-
XYZ12.517.8921.29-
YUV80.69154.7153.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=39.26%
G=17.79%
B=42.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117531280.090.5900.50291.241.4435.49
Hex75358093B0321232923
Octal1656520011730624435143
Binary11101011101011000000010011110110110010100100011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753580; }

 p { color: rgb(117,53,128); }

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

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

 a { background-color: rgb(117,53,128); }

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

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

 span { border-color: rgb(117,53,128); }

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