Html Css Color HEX #7D0998 Dark Magenta

📋 copy color: '#7D0998'

red 125 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #7D0998

Tints of Dark Magenta #7D0998

RGB

 RED value IS 125 (49.22% from 255) = 43.71%

 GREEN value IS 9 (3.91% from 255) = 3.15%

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

R = 43.71%
G = 3.15%
B = 53.15%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7D0998 (or 0x7D0998) is known color: Dark Magenta. HEX triplet: 7D, 09 and 98. RGB value is (125,9,152). Sum of RGB (Red+Green+Blue) = 125+9+152=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #7D0998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0998 is #82F667. Grayscale: #3B3B3B. Windows color (decimal): -8582760 or 9963901. OLE color: 9963901.

HSL color Cylindrical-coordinate representation of color #7D0998: hue angle of 288.67º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0998 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 125 9 152 -
CMYK 0.18 0.94 0 0.40
HSL 288.67º 0.89% 0.32% -
HSV(B) 288.67º 0.94% 0.6% -
XYZ 14.22 6.82 30.27 -
YUV 59.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 125 9 152 0.18 0.94 0 0.40 288.67 0.89 0.32
Hex 7D 9 98 12 5E 0 28 121 59 20
Octal 175 11 230 22 136 0 50 441 131 40
Binary 1111101 1001 10011000 10010 1011110 0 101000 100100001 1011001 100000

Color Harmonies of #7D0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0998

Black with #7D0998

Text Example


Text Example

White with #7D0998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,9,152); }

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

background-color css

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

 a { background-color: rgb(125,9,152); }

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

border-color css

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

 span { border-color: rgb(125,9,152); }

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