Html Css Color HEX #7A0493 Dark Magenta

📋 copy color: '#7A0493'

red 122 ◦ green 4 ◦ blue 147

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

Shades of Dark Magenta #7A0493

Tints of Dark Magenta #7A0493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

 BLUE value IS 147 (57.81% from 255) = 53.85%

R = 44.69%
G = 1.47%
B = 53.85%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7A0493 (or 0x7A0493) is known color: Dark Magenta. HEX triplet: 7A, 04 and 93. RGB value is (122,4,147). Sum of RGB (Red+Green+Blue) = 122+4+147=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A0493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0493 is #85FB6C. Grayscale: #373737. Windows color (decimal): -8780653 or 9634938. OLE color: 9634938.

HSL color Cylindrical-coordinate representation of color #7A0493: hue angle of 289.51º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A0493 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 4 147 -
CMYK 0.17 0.97 0 0.42
HSL 289.51º 0.95% 0.3% -
HSV(B) 289.51º 0.97% 0.58% -
XYZ 13.34 6.33 28.12 -
YUV 55.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 122 4 147 0.17 0.97 0 0.42 289.51 0.95 0.3
Hex 7A 4 93 11 61 0 2A 122 5F 1E
Octal 172 4 223 21 141 0 52 442 137 36
Binary 1111010 100 10010011 10001 1100001 0 101010 100100010 1011111 11110

Color Harmonies of #7A0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0493

Black with #7A0493

Text Example


Text Example

White with #7A0493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,4,147); }

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

background-color css

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

 a { background-color: rgb(122,4,147); }

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

border-color css

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

 span { border-color: rgb(122,4,147); }

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