#752882

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

Shades of Eminence #752882

Tints of Eminence #752882

Color information

#752882 (or 0x752882) is unknown color: approx Eminence. HEX triplet: 75, 28 and 82. RGB value is (117,40,130). Sum of RGB (Red+Green+Blue) = 117+40+130=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #752882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752882 is #8AD77D. Grayscale: #494949. Windows color (decimal): -9099134 or 8530037. OLE color: 8530037.

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

Color convert

RGB11740130-
CMYK0.10.6900.49
HSL291.33º52.94%33.33%-
HSV(B)291.33º69.23%50.98%-
XYZ12.126.9121.81-
YUV73.28160.01159.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=40.77%
G=13.94%
B=45.30%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117401300.10.6900.49291.3352.9433.33
Hex752882A450311233521
Octal16550202121050614436541
Binary111010110100010000010101010001010110001100100011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752882; }

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

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

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

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

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

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

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

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