#753F70

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

Shades of Eminence #753F70

Tints of Eminence #753F70

Color information

#753F70 (or 0x753F70) is unknown color: approx Eminence. HEX triplet: 75, 3F and 70. RGB value is (117,63,112). Sum of RGB (Red+Green+Blue) = 117+63+112=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #753F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F70 is #8AC08F. Grayscale: #545454. Windows color (decimal): -9093264 or 7356277. OLE color: 7356277.

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

Color convert

RGB11763112-
CMYK00.460.040.54
HSL305.56º30%35.29%-
HSV(B)305.56º46.15%45.88%-
XYZ12.048.5116.34-
YUV84.73143.39151.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=40.07%
G=21.58%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176311200.460.040.54305.563035.29
Hex753F7002E4361321e23
Octal165771600564664623643
Binary11101011111111110000010111010011011010011001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753F70; }

 p { color: rgb(117,63,112); }

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

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

 a { background-color: rgb(117,63,112); }

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

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

 span { border-color: rgb(117,63,112); }

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