#75059E

Color #75059E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #75059E

Tints of Dark Magenta #75059E

Color information

#75059E (or 0x75059E) is unknown color: approx Dark Magenta. HEX triplet: 75, 05 and 9E. RGB value is (117,5,158). Sum of RGB (Red+Green+Blue) = 117+5+158=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #75059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75059E is #8AFA61. Grayscale: #373737. Windows color (decimal): -9108066 or 10356085. OLE color: 10356085.

HSL color Cylindrical-coordinate representation of color #75059E: hue angle of 283.92º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75059E is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1175158-
CMYK0.260.9700.38
HSL283.92º93.87%31.96%-
HSV(B)283.92º96.84%61.96%-
XYZ13.566.3632.86-
YUV55.93185.61171.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 5 (2.34% from 255) = 1.79%
BLUE value IS 158 (62.11% from 255) = 56.43%
R=41.79%
G=1.79%
B=56.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11751580.260.9700.38283.9293.8731.96
Hex7559E1A6102611c5e20
Octal16552363214104643413640
Binary11101011011001111011010110000101001101000111001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75059E; }

 p { color: rgb(117,5,158); }

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

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

 a { background-color: rgb(117,5,158); }

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

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

 span { border-color: rgb(117,5,158); }

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