#75119a

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

Shades of Dark Magenta #75119A

Tints of Dark Magenta #75119A

Color information

#75119A (or 0x75119A) is unknown color: approx Dark Magenta. HEX triplet: 75, 11 and 9A. RGB value is (117,17,154). Sum of RGB (Red+Green+Blue) = 117+17+154=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #75119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75119A is #8AEE65. Grayscale: #3E3E3E. Windows color (decimal): -9104998 or 10097013. OLE color: 10097013.

HSL color Cylindrical-coordinate representation of color #75119A: hue angle of 283.8º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75119A is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11717154-
CMYK0.240.8900.40
HSL283.8º80.12%33.53%-
HSV(B)283.8º88.96%60.39%-
XYZ13.376.5231.12-
YUV62.52179.63166.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 17 (7.03% from 255) = 5.90%
BLUE value IS 154 (60.55% from 255) = 53.47%
R=40.62%
G=5.90%
B=53.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117171540.240.8900.40283.880.1233.53
Hex75119A185902811c5022
Octal165212323013105043412042
Binary1110101100011001101011000101100101010001000111001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75119a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75119a; }

 p { color: rgb(117,17,154); }

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

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

 a { background-color: rgb(117,17,154); }

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

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

 span { border-color: rgb(117,17,154); }

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