Html Css Color HEX #7C1095 Dark Magenta

📋 copy color: '#7C1095'

red 124 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #7C1095

Tints of Dark Magenta #7C1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.54%

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 42.91%
G = 5.54%
B = 51.56%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7C1095 (or 0x7C1095) is known color: Dark Magenta. HEX triplet: 7C, 10 and 95. RGB value is (124,16,149). Sum of RGB (Red+Green+Blue) = 124+16+149=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #7C1095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1095 is #83EF6A. Grayscale: #3F3F3F. Windows color (decimal): -8646507 or 9769084. OLE color: 9769084.

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

Color convert

RGB 124 16 149 -
CMYK 0.17 0.89 0 0.42
HSL 288.72º 0.81% 0.32% -
HSV(B) 288.72º 0.89% 0.58% -
XYZ 13.92 6.83 29.02 -
YUV 63.45 176.28 171.19 -
System Red Green Blue C M Y K H S L
Decimal 124 16 149 0.17 0.89 0 0.42 288.72 0.81 0.32
Hex 7C 10 95 11 59 0 2A 121 51 20
Octal 174 20 225 21 131 0 52 441 121 40
Binary 1111100 10000 10010101 10001 1011001 0 101010 100100001 1010001 100000

Color Harmonies of #7C1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1095

Black with #7C1095

Text Example


Text Example

White with #7C1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,16,149); }

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

background-color css

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

 a { background-color: rgb(124,16,149); }

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

border-color css

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

 span { border-color: rgb(124,16,149); }

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