Html Css Color HEX #7C1790 Dark Magenta

📋 copy color: '#7C1790'

red 124 ◦ green 23 ◦ blue 144

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

Shades of Dark Magenta #7C1790

Tints of Dark Magenta #7C1790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.9%

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 42.61%
G = 7.9%
B = 49.48%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7C1790 (or 0x7C1790) is known color: Dark Magenta. HEX triplet: 7C, 17 and 90. RGB value is (124,23,144). Sum of RGB (Red+Green+Blue) = 124+23+144=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C1790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1790 is #83E86F. Grayscale: #424242. Windows color (decimal): -8644720 or 9443196. OLE color: 9443196.

HSL color Cylindrical-coordinate representation of color #7C1790: hue angle of 290.08º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C1790 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 124 23 144 -
CMYK 0.14 0.84 0 0.44
HSL 290.08º 0.72% 0.33% -
HSV(B) 290.08º 0.84% 0.56% -
XYZ 13.65 6.91 27 -
YUV 66.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 124 23 144 0.14 0.84 0 0.44 290.08 0.72 0.33
Hex 7C 17 90 E 54 0 2C 122 48 21
Octal 174 27 220 16 124 0 54 442 110 41
Binary 1111100 10111 10010000 1110 1010100 0 101100 100100010 1001000 100001

Color Harmonies of #7C1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1790

Black with #7C1790

Text Example


Text Example

White with #7C1790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,23,144); }

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

background-color css

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

 a { background-color: rgb(124,23,144); }

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

border-color css

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

 span { border-color: rgb(124,23,144); }

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