#75287F

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

Shades of Eminence #75287F

Tints of Eminence #75287F

Color information

#75287F (or 0x75287F) is unknown color: approx Eminence. HEX triplet: 75, 28 and 7F. RGB value is (117,40,127). Sum of RGB (Red+Green+Blue) = 117+40+127=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #75287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75287F is #8AD780. Grayscale: #484848. Windows color (decimal): -9099137 or 8333429. OLE color: 8333429.

HSL color Cylindrical-coordinate representation of color #75287F: hue angle of 293.1º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75287F is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11740127-
CMYK0.080.6900.50
HSL293.1º52.1%32.75%-
HSV(B)293.1º68.5%49.8%-
XYZ11.936.8320.77-
YUV72.94158.51159.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 127 (50% from 255) = 44.72%
R=41.20%
G=14.08%
B=44.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117401270.080.6900.50293.152.132.75
Hex75287F8450321253421
Octal16550177101050624456441
Binary11101011010001111111100010001010110010100100101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75287F; }

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

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

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

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

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

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

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

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