#753482

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

Shades of Eminence #753482

Tints of Eminence #753482

Color information

#753482 (or 0x753482) is unknown color: approx Eminence. HEX triplet: 75, 34 and 82. RGB value is (117,52,130). Sum of RGB (Red+Green+Blue) = 117+52+130=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #753482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753482 is #8ACB7D. Grayscale: #505050. Windows color (decimal): -9096062 or 8533109. OLE color: 8533109.

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

Color convert

RGB11752130-
CMYK0.10.6000.49
HSL290º42.86%35.69%-
HSV(B)290º60%50.98%-
XYZ12.597.8521.97-
YUV80.33156.03154.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=39.13%
G=17.39%
B=43.48%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117521300.10.6000.4929042.8635.69
Hex753482A3C0311222b24
Octal1656420212740614425344
Binary11101011101001000001010101111000110001100100010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753482; }

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

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

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

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

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

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

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

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