Html Css Color HEX #7B11AA Dark Magenta

📋 copy color: '#7B11AA'

red 123 ◦ green 17 ◦ blue 170

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

Shades of Dark Magenta #7B11AA

Tints of Dark Magenta #7B11AA

RGB

 RED value IS 123 (48.44% from 255) = 39.68%

 GREEN value IS 17 (7.03% from 255) = 5.48%

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

R = 39.68%
G = 5.48%
B = 54.84%

CMYK

 C value IS 0.28

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B11AA (or 0x7B11AA) is known color: Dark Magenta. HEX triplet: 7B, 11 and AA. RGB value is (123,17,170). Sum of RGB (Red+Green+Blue) = 123+17+170=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B11AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B11AA is #84EE55. Grayscale: #414141. Windows color (decimal): -8711766 or 11145595. OLE color: 11145595.

HSL color Cylindrical-coordinate representation of color #7B11AA: hue angle of 281.57º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B11AA is Cyan = 0.28, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 17 170 -
CMYK 0.28 0.9 0 0.33
HSL 281.57º 0.82% 0.37% -
HSV(B) 281.57º 0.9% 0.67% -
XYZ 15.62 7.51 38.66 -
YUV 66.14 186.62 168.56 -
System Red Green Blue C M Y K H S L
Decimal 123 17 170 0.28 0.9 0 0.33 281.57 0.82 0.37
Hex 7B 11 AA 1C 5A 0 21 11A 52 25
Octal 173 21 252 34 132 0 41 432 122 45
Binary 1111011 10001 10101010 11100 1011010 0 100001 100011010 1010010 100101

Color Harmonies of #7B11AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B11AA

Black with #7B11AA

Text Example


Text Example

White with #7B11AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B11AA; }

 p { color: rgb(123,17,170); }

 H1.HeaderClassName
 {
   color: #7B11AA;
 }
 .AnyTagClassName
 {
   color: #7B11AA;
 }
</style>

background-color css

<style>
 a { background-color: #7B11AA; }

 a { background-color: rgb(123,17,170); }

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

border-color css

<style>
 span { border-color: #7B11AA; }

 span { border-color: rgb(123,17,170); }

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