Html Css Color HEX #7A11A5 Dark Magenta

📋 copy color: '#7A11A5'

red 122 ◦ green 17 ◦ blue 165

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

Shades of Dark Magenta #7A11A5

Tints of Dark Magenta #7A11A5

RGB

 RED value IS 122 (48.05% from 255) = 40.13%

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

 BLUE value IS 165 (64.84% from 255) = 54.28%

R = 40.13%
G = 5.59%
B = 54.28%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7A11A5 (or 0x7A11A5) is known color: Dark Magenta. HEX triplet: 7A, 11 and A5. RGB value is (122,17,165). Sum of RGB (Red+Green+Blue) = 122+17+165=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 165 (64.84% from 255 or 54.28% from 304); Max value from RGB is 165 - color contains mainly: blue. Hex color #7A11A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A11A5 is #85EE5A. Grayscale: #404040. Windows color (decimal): -8777307 or 10817914. OLE color: 10817914.

HSL color Cylindrical-coordinate representation of color #7A11A5: hue angle of 282.57º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A11A5 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 17 165 -
CMYK 0.26 0.90 0 0.35
HSL 282.57º 0.81% 0.36% -
HSV(B) 282.57º 0.9% 0.65% -
XYZ 15.02 7.26 36.21 -
YUV 65.27 184.29 168.47 -
System Red Green Blue C M Y K H S L
Decimal 122 17 165 0.26 0.90 0 0.35 282.57 0.81 0.36
Hex 7A 11 A5 1A 5A 0 23 11B 51 24
Octal 172 21 245 32 132 0 43 433 121 44
Binary 1111010 10001 10100101 11010 1011010 0 100011 100011011 1010001 100100

Color Harmonies of #7A11A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A11A5

Black with #7A11A5

Text Example


Text Example

White with #7A11A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,17,165); }

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

background-color css

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

 a { background-color: rgb(122,17,165); }

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

border-color css

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

 span { border-color: rgb(122,17,165); }

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