Html Css Color HEX #750AA3 Dark Magenta

📋 copy color: '#750AA3'

red 117 ◦ green 10 ◦ blue 163

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

Shades of Dark Magenta #750AA3

Tints of Dark Magenta #750AA3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.45%

 BLUE value IS 163 (64.06% from 255) = 56.21%

R = 40.34%
G = 3.45%
B = 56.21%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#750AA3 (or 0x750AA3) is known color: Dark Magenta. HEX triplet: 75, 0A and A3. RGB value is (117,10,163). Sum of RGB (Red+Green+Blue) = 117+10+163=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 163 (64.06% from 255 or 56.21% from 290); Max value from RGB is 163 - color contains mainly: blue. Hex color #750AA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750AA3 is #8AF55C. Grayscale: #3A3A3A. Windows color (decimal): -9106781 or 10685045. OLE color: 10685045.

HSL color Cylindrical-coordinate representation of color #750AA3: hue angle of 281.96º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750AA3 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 10 163 -
CMYK 0.28 0.94 0 0.36
HSL 281.96º 0.88% 0.34% -
HSV(B) 281.96º 0.94% 0.64% -
XYZ 14.06 6.64 35.19 -
YUV 59.44 186.45 169.06 -
System Red Green Blue C M Y K H S L
Decimal 117 10 163 0.28 0.94 0 0.36 281.96 0.88 0.34
Hex 75 A A3 1C 5E 0 24 11A 58 22
Octal 165 12 243 34 136 0 44 432 130 42
Binary 1110101 1010 10100011 11100 1011110 0 100100 100011010 1011000 100010

Color Harmonies of #750AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750AA3

Black with #750AA3

Text Example


Text Example

White with #750AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750AA3; }

 p { color: rgb(117,10,163); }

 H1.HeaderClassName
 {
   color: #750AA3;
 }
 .AnyTagClassName
 {
   color: #750AA3;
 }
</style>

background-color css

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

 a { background-color: rgb(117,10,163); }

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

border-color css

<style>
 span { border-color: #750AA3; }

 span { border-color: rgb(117,10,163); }

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