Html Css Color HEX #7A10AA Dark Magenta

📋 copy color: '#7A10AA'

red 122 ◦ green 16 ◦ blue 170

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

Shades of Dark Magenta #7A10AA

Tints of Dark Magenta #7A10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.19%

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

R = 39.61%
G = 5.19%
B = 55.19%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A10AA (or 0x7A10AA) is known color: Dark Magenta. HEX triplet: 7A, 10 and AA. RGB value is (122,16,170). Sum of RGB (Red+Green+Blue) = 122+16+170=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A10AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A10AA is #85EF55. Grayscale: #404040. Windows color (decimal): -8777558 or 11145338. OLE color: 11145338.

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

Color convert

RGB 122 16 170 -
CMYK 0.28 0.91 0 0.33
HSL 281.3º 0.83% 0.36% -
HSV(B) 281.3º 0.91% 0.67% -
XYZ 15.47 7.41 38.65 -
YUV 65.25 187.12 168.48 -
System Red Green Blue C M Y K H S L
Decimal 122 16 170 0.28 0.91 0 0.33 281.3 0.83 0.36
Hex 7A 10 AA 1C 5B 0 21 119 53 24
Octal 172 20 252 34 133 0 41 431 123 44
Binary 1111010 10000 10101010 11100 1011011 0 100001 100011001 1010011 100100

Color Harmonies of #7A10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A10AA

Black with #7A10AA

Text Example


Text Example

White with #7A10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,16,170); }

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

background-color css

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

 a { background-color: rgb(122,16,170); }

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

border-color css

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

 span { border-color: rgb(122,16,170); }

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