#75009F

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

Shades of Dark Magenta #75009F

Tints of Dark Magenta #75009F

Color information

#75009F (or 0x75009F) is unknown color: approx Dark Magenta. HEX triplet: 75, 00 and 9F. RGB value is (117,0,159). Sum of RGB (Red+Green+Blue) = 117+0+159=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #75009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75009F is #8AFF60. Grayscale: #343434. Windows color (decimal): -9109345 or 10420341. OLE color: 10420341.

HSL color Cylindrical-coordinate representation of color #75009F: hue angle of 284.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75009F is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1170159-
CMYK0.26100.38
HSL284.15º100%31.18%-
HSV(B)284.15º100%62.35%-
XYZ13.596.2933.3-
YUV53.11187.76173.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 57.61%
R=42.39%
G=0%
B=57.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11701590.26100.38284.1510031.18
Hex7509F1A6402611c641f
Octal16502373214404643414437
Binary11101010100111111101011001000100110100011100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,0,159); }

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

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

 a { background-color: rgb(117,0,159); }

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

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

 span { border-color: rgb(117,0,159); }

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