Html Css Color HEX #7500AB Dark Magenta

📋 copy color: '#7500AB'

red 117 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #7500AB

Tints of Dark Magenta #7500AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.38%

R = 40.63%
G = 0%
B = 59.38%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7500AB (or 0x7500AB) is known color: Dark Magenta. HEX triplet: 75, 00 and AB. RGB value is (117,0,171). Sum of RGB (Red+Green+Blue) = 117+0+171=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #7500AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7500AB is #8AFF54. Grayscale: #353535. Windows color (decimal): -9109333 or 11206773. OLE color: 11206773.

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

Color convert

RGB 117 0 171 -
CMYK 0.32 1 0 0.33
HSL 281.05º 1% 0.34% -
HSV(B) 281.05º 1% 0.67% -
XYZ 14.69 6.72 39.05 -
YUV 54.48 193.76 172.6 -
System Red Green Blue C M Y K H S L
Decimal 117 0 171 0.32 1 0 0.33 281.05 1 0.34
Hex 75 0 AB 20 64 0 21 119 64 22
Octal 165 0 253 40 144 0 41 431 144 42
Binary 1110101 0 10101011 100000 1100100 0 100001 100011001 1100100 100010

Color Harmonies of #7500AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500AB

Black with #7500AB

Text Example


Text Example

White with #7500AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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