Html Css Color HEX #7A1199 Dark Magenta

📋 copy color: '#7A1199'

red 122 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #7A1199

Tints of Dark Magenta #7A1199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.4%

R = 41.78%
G = 5.82%
B = 52.4%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7A1199 (or 0x7A1199) is known color: Dark Magenta. HEX triplet: 7A, 11 and 99. RGB value is (122,17,153). Sum of RGB (Red+Green+Blue) = 122+17+153=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A1199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1199 is #85EE66. Grayscale: #3F3F3F. Windows color (decimal): -8777319 or 10031482. OLE color: 10031482.

HSL color Cylindrical-coordinate representation of color #7A1199: hue angle of 286.32º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A1199 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 122 17 153 -
CMYK 0.20 0.89 0 0.4
HSL 286.32º 0.8% 0.33% -
HSV(B) 286.32º 0.89% 0.6% -
XYZ 13.98 6.84 30.72 -
YUV 63.9 178.29 169.44 -
System Red Green Blue C M Y K H S L
Decimal 122 17 153 0.20 0.89 0 0.4 286.32 0.8 0.33
Hex 7A 11 99 14 59 0 28 11E 50 21
Octal 172 21 231 24 131 0 50 436 120 41
Binary 1111010 10001 10011001 10100 1011001 0 101000 100011110 1010000 100001

Color Harmonies of #7A1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1199

Black with #7A1199

Text Example


Text Example

White with #7A1199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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