Html Css Color HEX #7A0498 Dark Magenta

📋 copy color: '#7A0498'

red 122 ◦ green 4 ◦ blue 152

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

Shades of Dark Magenta #7A0498

Tints of Dark Magenta #7A0498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 54.68%

R = 43.88%
G = 1.44%
B = 54.68%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7A0498 (or 0x7A0498) is known color: Dark Magenta. HEX triplet: 7A, 04 and 98. RGB value is (122,4,152). Sum of RGB (Red+Green+Blue) = 122+4+152=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A0498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0498 is #85FB67. Grayscale: #373737. Windows color (decimal): -8780648 or 9962618. OLE color: 9962618.

HSL color Cylindrical-coordinate representation of color #7A0498: hue angle of 287.84º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A0498 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 122 4 152 -
CMYK 0.20 0.97 0 0.40
HSL 287.84º 0.95% 0.31% -
HSV(B) 287.84º 0.97% 0.6% -
XYZ 13.74 6.49 30.23 -
YUV 56.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 122 4 152 0.20 0.97 0 0.40 287.84 0.95 0.31
Hex 7A 4 98 14 61 0 28 120 5F 1F
Octal 172 4 230 24 141 0 50 440 137 37
Binary 1111010 100 10011000 10100 1100001 0 101000 100100000 1011111 11111

Color Harmonies of #7A0498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0498

Black with #7A0498

Text Example


Text Example

White with #7A0498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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