Html Css Color HEX #7A0492 Dark Magenta

📋 copy color: '#7A0492'

red 122 ◦ green 4 ◦ blue 146

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

Shades of Dark Magenta #7A0492

Tints of Dark Magenta #7A0492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 44.85%
G = 1.47%
B = 53.68%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7A0492 (or 0x7A0492) is known color: Dark Magenta. HEX triplet: 7A, 04 and 92. RGB value is (122,4,146). Sum of RGB (Red+Green+Blue) = 122+4+146=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #7A0492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0492 is #85FB6D. Grayscale: #373737. Windows color (decimal): -8780654 or 9569402. OLE color: 9569402.

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

Color convert

RGB 122 4 146 -
CMYK 0.16 0.97 0 0.43
HSL 289.86º 0.95% 0.29% -
HSV(B) 289.86º 0.97% 0.57% -
XYZ 13.26 6.3 27.71 -
YUV 55.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 122 4 146 0.16 0.97 0 0.43 289.86 0.95 0.29
Hex 7A 4 92 10 61 0 2B 122 5F 1D
Octal 172 4 222 20 141 0 53 442 137 35
Binary 1111010 100 10010010 10000 1100001 0 101011 100100010 1011111 11101

Color Harmonies of #7A0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0492

Black with #7A0492

Text Example


Text Example

White with #7A0492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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