Html Css Color HEX #7A0098 Dark Magenta

📋 copy color: '#7A0098'

red 122 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #7A0098

Tints of Dark Magenta #7A0098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.53%
G = 0%
B = 55.47%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7A0098 (or 0x7A0098) is known color: Dark Magenta. HEX triplet: 7A, 00 and 98. RGB value is (122,0,152). Sum of RGB (Red+Green+Blue) = 122+0+152=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A0098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0098 is #85FF67. Grayscale: #353535. Windows color (decimal): -8781672 or 9961594. OLE color: 9961594.

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

Color convert

RGB 122 0 152 -
CMYK 0.20 1 0 0.40
HSL 288.16º 1% 0.3% -
HSV(B) 288.16º 1% 0.6% -
XYZ 13.69 6.4 30.22 -
YUV 53.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 122 0 152 0.20 1 0 0.40 288.16 1 0.3
Hex 7A 0 98 14 64 0 28 120 64 1E
Octal 172 0 230 24 144 0 50 440 144 36
Binary 1111010 0 10011000 10100 1100100 0 101000 100100000 1100100 11110

Color Harmonies of #7A0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0098

Black with #7A0098

Text Example


Text Example

White with #7A0098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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