Html Css Color HEX #7A1399 Dark Magenta

📋 copy color: '#7A1399'

red 122 ◦ green 19 ◦ blue 153

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

Shades of Dark Magenta #7A1399

Tints of Dark Magenta #7A1399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

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

R = 41.5%
G = 6.46%
B = 52.04%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7A1399 (or 0x7A1399) is known color: Dark Magenta. HEX triplet: 7A, 13 and 99. RGB value is (122,19,153). Sum of RGB (Red+Green+Blue) = 122+19+153=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A1399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1399 is #85EC66. Grayscale: #404040. Windows color (decimal): -8776807 or 10031994. OLE color: 10031994.

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

Color convert

RGB 122 19 153 -
CMYK 0.20 0.88 0 0.4
HSL 286.12º 0.78% 0.34% -
HSV(B) 286.12º 0.88% 0.6% -
XYZ 14.01 6.9 30.73 -
YUV 65.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 122 19 153 0.20 0.88 0 0.4 286.12 0.78 0.34
Hex 7A 13 99 14 58 0 28 11E 4E 22
Octal 172 23 231 24 130 0 50 436 116 42
Binary 1111010 10011 10011001 10100 1011000 0 101000 100011110 1001110 100010

Color Harmonies of #7A1399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1399

Black with #7A1399

Text Example


Text Example

White with #7A1399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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