#753D82

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

Shades of Eminence #753D82

Tints of Eminence #753D82

Color information

#753D82 (or 0x753D82) is unknown color: approx Eminence. HEX triplet: 75, 3D and 82. RGB value is (117,61,130). Sum of RGB (Red+Green+Blue) = 117+61+130=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #753D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753D82 is #8AC27D. Grayscale: #555555. Windows color (decimal): -9093758 or 8535413. OLE color: 8535413.

HSL color Cylindrical-coordinate representation of color #753D82: hue angle of 288.7º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #753D82 is Cyan = 0.1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11761130-
CMYK0.10.5300.49
HSL288.7º36.13%37.45%-
HSV(B)288.7º53.08%50.98%-
XYZ13.038.7322.12-
YUV85.61153.05150.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=37.99%
G=19.81%
B=42.21%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117611300.10.5300.49288.736.1337.45
Hex753D82A350311212425
Octal1657520212650614414445
Binary11101011111011000001010101101010110001100100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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