Html Css Color HEX #7C1293 Dark Magenta

📋 copy color: '#7C1293'

red 124 ◦ green 18 ◦ blue 147

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

Shades of Dark Magenta #7C1293

Tints of Dark Magenta #7C1293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.23%

 BLUE value IS 147 (57.81% from 255) = 50.87%

R = 42.91%
G = 6.23%
B = 50.87%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7C1293 (or 0x7C1293) is known color: Dark Magenta. HEX triplet: 7C, 12 and 93. RGB value is (124,18,147). Sum of RGB (Red+Green+Blue) = 124+18+147=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C1293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1293 is #83ED6C. Grayscale: #3F3F3F. Windows color (decimal): -8645997 or 9638524. OLE color: 9638524.

HSL color Cylindrical-coordinate representation of color #7C1293: hue angle of 289.3º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C1293 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 18 147 -
CMYK 0.16 0.88 0 0.42
HSL 289.3º 0.78% 0.32% -
HSV(B) 289.3º 0.88% 0.58% -
XYZ 13.79 6.82 28.19 -
YUV 64.4 174.62 170.51 -
System Red Green Blue C M Y K H S L
Decimal 124 18 147 0.16 0.88 0 0.42 289.3 0.78 0.32
Hex 7C 12 93 10 58 0 2A 121 4E 20
Octal 174 22 223 20 130 0 52 441 116 40
Binary 1111100 10010 10010011 10000 1011000 0 101010 100100001 1001110 100000

Color Harmonies of #7C1293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1293

Black with #7C1293

Text Example


Text Example

White with #7C1293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,18,147); }

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

background-color css

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

 a { background-color: rgb(124,18,147); }

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

border-color css

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

 span { border-color: rgb(124,18,147); }

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