Html Css Color HEX #7500A9 Dark Magenta

📋 copy color: '#7500A9'

red 117 ◦ green 0 ◦ blue 169

#7500A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #7500A9

Tints of Dark Magenta #7500A9

RGB

 RED value IS 117 (46.09% from 255) = 40.91%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 169 (66.41% from 255) = 59.09%

R = 40.91%
G = 0%
B = 59.09%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7500A9 (or 0x7500A9) is known color: Dark Magenta. HEX triplet: 75, 00 and A9. RGB value is (117,0,169). Sum of RGB (Red+Green+Blue) = 117+0+169=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #7500A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7500A9 is #8AFF56. Grayscale: #353535. Windows color (decimal): -9109335 or 11075701. OLE color: 11075701.

HSL color Cylindrical-coordinate representation of color #7500A9: hue angle of 281.54º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500A9 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 0 169 -
CMYK 0.31 1 0 0.34
HSL 281.54º 1% 0.33% -
HSV(B) 281.54º 1% 0.66% -
XYZ 14.5 6.65 38.05 -
YUV 54.25 192.76 172.76 -
System Red Green Blue C M Y K H S L
Decimal 117 0 169 0.31 1 0 0.34 281.54 1 0.33
Hex 75 0 A9 1F 64 0 22 11A 64 21
Octal 165 0 251 37 144 0 42 432 144 41
Binary 1110101 0 10101001 11111 1100100 0 100010 100011010 1100100 100001

Color Harmonies of #7500A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500A9

Black with #7500A9

Text Example


Text Example

White with #7500A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7500A9; }

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

 H1.HeaderClassName
 {
   color: #7500A9;
 }
 .AnyTagClassName
 {
   color: #7500A9;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #7500A9;
 }
 .BgClassName
 {
   background-color: #7500A9;
 }
</style>

border-color css

<style>
 span { border-color: #7500A9; }

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

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