#7501A4

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

Shades of Dark Magenta #7501A4

Tints of Dark Magenta #7501A4

Color information

#7501A4 (or 0x7501A4) is unknown color: approx Dark Magenta. HEX triplet: 75, 01 and A4. RGB value is (117,1,164). Sum of RGB (Red+Green+Blue) = 117+1+164=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 164 (64.45% from 255 or 58.16% from 282); Max value from RGB is 164 - color contains mainly: blue. Hex color #7501A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7501A4 is #8AFE5B. Grayscale: #353535. Windows color (decimal): -9109084 or 10748277. OLE color: 10748277.

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

Color convert

RGB1171164-
CMYK0.290.9900.36
HSL282.7º98.79%32.35%-
HSV(B)282.7º99.39%64.31%-
XYZ14.056.4835.63-
YUV54.27189.93172.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 164 (64.45% from 255) = 58.16%
R=41.49%
G=0.35%
B=58.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11711640.290.9900.36282.798.7932.35
Hex751A41D6302411b6320
Octal16512443514304443314340
Binary111010111010010011101110001101001001000110111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7501A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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