#753B6F

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

Shades of Eminence #753B6F

Tints of Eminence #753B6F

Color information

#753B6F (or 0x753B6F) is unknown color: approx Eminence. HEX triplet: 75, 3B and 6F. RGB value is (117,59,111). Sum of RGB (Red+Green+Blue) = 117+59+111=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #753B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B6F is #8AC490. Grayscale: #525252. Windows color (decimal): -9094289 or 7289717. OLE color: 7289717.

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

Color convert

RGB11759111-
CMYK00.500.050.54
HSL306.21º32.95%34.51%-
HSV(B)306.21º49.57%45.88%-
XYZ11.778.0615.97-
YUV82.27144.22152.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 59 (23.44% from 255) = 20.56%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=40.77%
G=20.56%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175911100.500.050.54306.2132.9534.51
Hex753B6F0325361322123
Octal165731570625664624143
Binary111010111101111011110110010101110110100110010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,59,111); }

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

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

 a { background-color: rgb(117,59,111); }

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

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

 span { border-color: rgb(117,59,111); }

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