Html Css Color HEX #750AAA Dark Magenta

📋 copy color: '#750AAA'

red 117 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #750AAA

Tints of Dark Magenta #750AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.24%

R = 39.39%
G = 3.37%
B = 57.24%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#750AAA (or 0x750AAA) is known color: Dark Magenta. HEX triplet: 75, 0A and AA. RGB value is (117,10,170). Sum of RGB (Red+Green+Blue) = 117+10+170=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #750AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750AAA is #8AF555. Grayscale: #3B3B3B. Windows color (decimal): -9106774 or 11143797. OLE color: 11143797.

HSL color Cylindrical-coordinate representation of color #750AAA: hue angle of 280.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750AAA is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 10 170 -
CMYK 0.31 0.94 0 0.33
HSL 280.13º 0.89% 0.35% -
HSV(B) 280.13º 0.94% 0.67% -
XYZ 14.7 6.9 38.59 -
YUV 60.23 189.95 168.49 -
System Red Green Blue C M Y K H S L
Decimal 117 10 170 0.31 0.94 0 0.33 280.13 0.89 0.35
Hex 75 A AA 1F 5E 0 21 118 59 23
Octal 165 12 252 37 136 0 41 430 131 43
Binary 1110101 1010 10101010 11111 1011110 0 100001 100011000 1011001 100011

Color Harmonies of #750AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750AAA

Black with #750AAA

Text Example


Text Example

White with #750AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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