#75019F

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

Shades of Dark Magenta #75019F

Tints of Dark Magenta #75019F

Color information

#75019F (or 0x75019F) is unknown color: approx Dark Magenta. HEX triplet: 75, 01 and 9F. RGB value is (117,1,159). Sum of RGB (Red+Green+Blue) = 117+1+159=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #75019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75019F is #8AFE60. Grayscale: #353535. Windows color (decimal): -9109089 or 10420597. OLE color: 10420597.

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

Color convert

RGB1171159-
CMYK0.260.9900.38
HSL284.05º98.75%31.37%-
HSV(B)284.05º99.37%62.35%-
XYZ13.66.3133.3-
YUV53.7187.43173.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=42.24%
G=0.36%
B=57.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11711590.260.9900.38284.0598.7531.37
Hex7519F1A6302611c631f
Octal16512373214304643414337
Binary11101011100111111101011000110100110100011100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75019F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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