Html Css Color HEX #7C0998 Dark Magenta

📋 copy color: '#7C0998'

red 124 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #7C0998

Tints of Dark Magenta #7C0998

RGB

 RED value IS 124 (48.83% from 255) = 43.51%

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

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

R = 43.51%
G = 3.16%
B = 53.33%

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

#7C0998 (or 0x7C0998) is known color: Dark Magenta. HEX triplet: 7C, 09 and 98. RGB value is (124,9,152). Sum of RGB (Red+Green+Blue) = 124+9+152=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C0998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0998 is #83F667. Grayscale: #3B3B3B. Windows color (decimal): -8648296 or 9963900. OLE color: 9963900.

HSL color Cylindrical-coordinate representation of color #7C0998: hue angle of 288.25º 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 #7C0998 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 124 9 152 -
CMYK 0.18 0.94 0 0.40
HSL 288.25º 0.89% 0.32% -
HSV(B) 288.25º 0.94% 0.6% -
XYZ 14.08 6.75 30.27 -
YUV 59.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 124 9 152 0.18 0.94 0 0.40 288.25 0.89 0.32
Hex 7C 9 98 12 5E 0 28 120 59 20
Octal 174 11 230 22 136 0 50 440 131 40
Binary 1111100 1001 10011000 10010 1011110 0 101000 100100000 1011001 100000

Color Harmonies of #7C0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0998

Black with #7C0998

Text Example


Text Example

White with #7C0998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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