#7501AD

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

Shades of Dark Magenta #7501AD

Tints of Dark Magenta #7501AD

Color information

#7501AD (or 0x7501AD) is unknown color: approx Dark Magenta. HEX triplet: 75, 01 and AD. RGB value is (117,1,173). Sum of RGB (Red+Green+Blue) = 117+1+173=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #7501AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7501AD is #8AFE52. Grayscale: #363636. Windows color (decimal): -9109075 or 11338101. OLE color: 11338101.

HSL color Cylindrical-coordinate representation of color #7501AD: hue angle of 280.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7501AD is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1171173-
CMYK0.320.9900.32
HSL280.47º98.85%34.12%-
HSV(B)280.47º99.42%67.84%-
XYZ14.896.8240.07-
YUV55.29194.43172.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 173 (67.97% from 255) = 59.45%
R=40.21%
G=0.34%
B=59.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11711730.320.9900.32280.4798.8534.12
Hex751AD20630201186322
Octal16512554014304043014342
Binary1110101110101101100000110001101000001000110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7501AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7501AD; }

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

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

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

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

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

<style>
 span { border-color: #7501AD; }

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

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