#753272

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

Shades of Eminence #753272

Tints of Eminence #753272

Color information

#753272 (or 0x753272) is unknown color: approx Eminence. HEX triplet: 75, 32 and 72. RGB value is (117,50,114). Sum of RGB (Red+Green+Blue) = 117+50+114=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #753272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753272 is #8ACD8D. Grayscale: #4D4D4D. Windows color (decimal): -9096590 or 7484021. OLE color: 7484021.

HSL color Cylindrical-coordinate representation of color #753272: hue angle of 302.69º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753272 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11750114-
CMYK00.570.030.54
HSL302.69º40.12%32.75%-
HSV(B)302.69º57.26%45.88%-
XYZ11.517.2816.72-
YUV77.33148.7156.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=41.64%
G=17.79%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175011400.570.030.54302.6940.1232.75
Hex75327203933612f2821
Octal165621620713664575041
Binary11101011100101110010011100111110110100101111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753272; }

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

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

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

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

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

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

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

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