Html Css Color HEX #7C0991 Dark Magenta

📋 copy color: '#7C0991'

red 124 ◦ green 9 ◦ blue 145

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

Shades of Dark Magenta #7C0991

Tints of Dark Magenta #7C0991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.16%

R = 44.6%
G = 3.24%
B = 52.16%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7C0991 (or 0x7C0991) is known color: Dark Magenta. HEX triplet: 7C, 09 and 91. RGB value is (124,9,145). Sum of RGB (Red+Green+Blue) = 124+9+145=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C0991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0991 is #83F66E. Grayscale: #3A3A3A. Windows color (decimal): -8648303 or 9505148. OLE color: 9505148.

HSL color Cylindrical-coordinate representation of color #7C0991: hue angle of 290.74º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0991 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 9 145 -
CMYK 0.14 0.94 0 0.43
HSL 290.74º 0.88% 0.3% -
HSV(B) 290.74º 0.94% 0.57% -
XYZ 13.52 6.52 27.33 -
YUV 58.89 176.6 174.44 -
System Red Green Blue C M Y K H S L
Decimal 124 9 145 0.14 0.94 0 0.43 290.74 0.88 0.3
Hex 7C 9 91 E 5E 0 2B 123 58 1E
Octal 174 11 221 16 136 0 53 443 130 36
Binary 1111100 1001 10010001 1110 1011110 0 101011 100100011 1011000 11110

Color Harmonies of #7C0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0991

Black with #7C0991

Text Example


Text Example

White with #7C0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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