Html Css Color HEX #750AAB Dark Magenta

📋 copy color: '#750AAB'

red 117 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #750AAB

Tints of Dark Magenta #750AAB

RGB

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

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

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

R = 39.26%
G = 3.36%
B = 57.38%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#750AAB (or 0x750AAB) is known color: Dark Magenta. HEX triplet: 75, 0A and AB. RGB value is (117,10,171). Sum of RGB (Red+Green+Blue) = 117+10+171=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #750AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750AAB is #8AF554. Grayscale: #3B3B3B. Windows color (decimal): -9106773 or 11209333. OLE color: 11209333.

HSL color Cylindrical-coordinate representation of color #750AAB: hue angle of 279.88º 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 #750AAB is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 10 171 -
CMYK 0.32 0.94 0 0.33
HSL 279.88º 0.89% 0.35% -
HSV(B) 279.88º 0.94% 0.67% -
XYZ 14.8 6.94 39.09 -
YUV 60.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 117 10 171 0.32 0.94 0 0.33 279.88 0.89 0.35
Hex 75 A AB 20 5E 0 21 118 59 23
Octal 165 12 253 40 136 0 41 430 131 43
Binary 1110101 1010 10101011 100000 1011110 0 100001 100011000 1011001 100011

Color Harmonies of #750AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750AAB

Black with #750AAB

Text Example


Text Example

White with #750AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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