Html Css Color HEX #7A10AC Dark Magenta

📋 copy color: '#7A10AC'

red 122 ◦ green 16 ◦ blue 172

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

Shades of Dark Magenta #7A10AC

Tints of Dark Magenta #7A10AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 39.35%
G = 5.16%
B = 55.48%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A10AC (or 0x7A10AC) is known color: Dark Magenta. HEX triplet: 7A, 10 and AC. RGB value is (122,16,172). Sum of RGB (Red+Green+Blue) = 122+16+172=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A10AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A10AC is #85EF53. Grayscale: #404040. Windows color (decimal): -8777556 or 11276410. OLE color: 11276410.

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

Color convert

RGB 122 16 172 -
CMYK 0.29 0.91 0 0.33
HSL 280.77º 0.83% 0.37% -
HSV(B) 280.77º 0.91% 0.67% -
XYZ 15.66 7.49 39.65 -
YUV 65.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 122 16 172 0.29 0.91 0 0.33 280.77 0.83 0.37
Hex 7A 10 AC 1D 5B 0 21 119 53 25
Octal 172 20 254 35 133 0 41 431 123 45
Binary 1111010 10000 10101100 11101 1011011 0 100001 100011001 1010011 100101

Color Harmonies of #7A10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A10AC

Black with #7A10AC

Text Example


Text Example

White with #7A10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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