Html Css Color HEX #7C119B Dark Magenta

📋 copy color: '#7C119B'

red 124 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #7C119B

Tints of Dark Magenta #7C119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.74%

 BLUE value IS 155 (60.94% from 255) = 52.36%

R = 41.89%
G = 5.74%
B = 52.36%

CMYK

 C value IS 0.2

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7C119B (or 0x7C119B) is known color: Dark Magenta. HEX triplet: 7C, 11 and 9B. RGB value is (124,17,155). Sum of RGB (Red+Green+Blue) = 124+17+155=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C119B is #83EE64. Grayscale: #404040. Windows color (decimal): -8646245 or 10162556. OLE color: 10162556.

HSL color Cylindrical-coordinate representation of color #7C119B: hue angle of 286.52º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C119B is Cyan = 0.2, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 17 155 -
CMYK 0.2 0.89 0 0.39
HSL 286.52º 0.8% 0.34% -
HSV(B) 286.52º 0.89% 0.61% -
XYZ 14.43 7.05 31.61 -
YUV 64.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 124 17 155 0.2 0.89 0 0.39 286.52 0.8 0.34
Hex 7C 11 9B 14 59 0 27 11F 50 22
Octal 174 21 233 24 131 0 47 437 120 42
Binary 1111100 10001 10011011 10100 1011001 0 100111 100011111 1010000 100010

Color Harmonies of #7C119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C119B

Black with #7C119B

Text Example


Text Example

White with #7C119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,17,155); }

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

background-color css

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

 a { background-color: rgb(124,17,155); }

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

border-color css

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

 span { border-color: rgb(124,17,155); }

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