#753D79

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

Shades of Eminence #753D79

Tints of Eminence #753D79

Color information

#753D79 (or 0x753D79) is unknown color: approx Eminence. HEX triplet: 75, 3D and 79. RGB value is (117,61,121). Sum of RGB (Red+Green+Blue) = 117+61+121=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #753D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D79 is #8AC286. Grayscale: #545454. Windows color (decimal): -9093767 or 7945589. OLE color: 7945589.

HSL color Cylindrical-coordinate representation of color #753D79: hue angle of 296º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753D79 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11761121-
CMYK0.030.5000.53
HSL296º32.97%35.69%-
HSV(B)296º49.59%47.45%-
XYZ12.468.519.07-
YUV84.58148.55151.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=39.13%
G=20.40%
B=40.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117611210.030.5000.5329632.9735.69
Hex753D793320351282124
Octal165751713620654504144
Binary11101011111011111001111100100110101100101000100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,61,121); }

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

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

 a { background-color: rgb(117,61,121); }

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

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

 span { border-color: rgb(117,61,121); }

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