#753872

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

Shades of Eminence #753872

Tints of Eminence #753872

Color information

#753872 (or 0x753872) is unknown color: approx Eminence. HEX triplet: 75, 38 and 72. RGB value is (117,56,114). Sum of RGB (Red+Green+Blue) = 117+56+114=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #753872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753872 is #8AC78D. Grayscale: #505050. Windows color (decimal): -9095054 or 7485557. OLE color: 7485557.

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

Color convert

RGB11756114-
CMYK00.520.030.54
HSL302.95º35.26%33.92%-
HSV(B)302.95º52.14%45.88%-
XYZ11.797.8316.81-
YUV80.85146.71153.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=40.77%
G=19.51%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175611400.520.030.54302.9535.2633.92
Hex75387203433612f2322
Octal165701620643664574342
Binary11101011110001110010011010011110110100101111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753872; }

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

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

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

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

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

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

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

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