#753281

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

Shades of Eminence #753281

Tints of Eminence #753281

Color information

#753281 (or 0x753281) is unknown color: approx Eminence. HEX triplet: 75, 32 and 81. RGB value is (117,50,129). Sum of RGB (Red+Green+Blue) = 117+50+129=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #753281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753281 is #8ACD7E. Grayscale: #4E4E4E. Windows color (decimal): -9096575 or 8467061. OLE color: 8467061.

HSL color Cylindrical-coordinate representation of color #753281: hue angle of 290.89º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #753281 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11750129-
CMYK0.090.6100.49
HSL290.89º44.13%35.1%-
HSV(B)290.89º61.24%50.59%-
XYZ12.447.6521.59-
YUV79.04156.2155.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 129 (50.78% from 255) = 43.58%
R=39.53%
G=16.89%
B=43.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117501290.090.6100.49290.8944.1335.1
Hex75328193D0311232c23
Octal1656220111750614435443
Binary11101011100101000000110011111010110001100100011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753281; }

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

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

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

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

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

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

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

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