Html Css Color HEX #7A0391 Dark Magenta

📋 copy color: '#7A0391'

red 122 ◦ green 3 ◦ blue 145

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

Shades of Dark Magenta #7A0391

Tints of Dark Magenta #7A0391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 145 (57.03% from 255) = 53.7%

R = 45.19%
G = 1.11%
B = 53.7%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7A0391 (or 0x7A0391) is known color: Dark Magenta. HEX triplet: 7A, 03 and 91. RGB value is (122,3,145). Sum of RGB (Red+Green+Blue) = 122+3+145=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A0391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0391 is #85FC6E. Grayscale: #363636. Windows color (decimal): -8780911 or 9503610. OLE color: 9503610.

HSL color Cylindrical-coordinate representation of color #7A0391: hue angle of 290.28º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0391 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 3 145 -
CMYK 0.16 0.98 0 0.43
HSL 290.28º 0.96% 0.29% -
HSV(B) 290.28º 0.98% 0.57% -
XYZ 13.17 6.25 27.3 -
YUV 54.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 122 3 145 0.16 0.98 0 0.43 290.28 0.96 0.29
Hex 7A 3 91 10 62 0 2B 122 60 1D
Octal 172 3 221 20 142 0 53 442 140 35
Binary 1111010 11 10010001 10000 1100010 0 101011 100100010 1100000 11101

Color Harmonies of #7A0391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0391

Black with #7A0391

Text Example


Text Example

White with #7A0391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,3,145); }

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

background-color css

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

 a { background-color: rgb(122,3,145); }

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

border-color css

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

 span { border-color: rgb(122,3,145); }

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