Html Css Color HEX #7C1099 Dark Magenta

📋 copy color: '#7C1099'

red 124 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #7C1099

Tints of Dark Magenta #7C1099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 42.32%
G = 5.46%
B = 52.22%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7C1099 (or 0x7C1099) is known color: Dark Magenta. HEX triplet: 7C, 10 and 99. RGB value is (124,16,153). Sum of RGB (Red+Green+Blue) = 124+16+153=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C1099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1099 is #83EF66. Grayscale: #3F3F3F. Windows color (decimal): -8646503 or 10031228. OLE color: 10031228.

HSL color Cylindrical-coordinate representation of color #7C1099: hue angle of 287.3º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C1099 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 16 153 -
CMYK 0.19 0.90 0 0.4
HSL 287.3º 0.81% 0.33% -
HSV(B) 287.3º 0.9% 0.6% -
XYZ 14.25 6.96 30.73 -
YUV 63.91 178.28 170.86 -
System Red Green Blue C M Y K H S L
Decimal 124 16 153 0.19 0.90 0 0.4 287.3 0.81 0.33
Hex 7C 10 99 13 5A 0 28 11F 51 21
Octal 174 20 231 23 132 0 50 437 121 41
Binary 1111100 10000 10011001 10011 1011010 0 101000 100011111 1010001 100001

Color Harmonies of #7C1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1099

Black with #7C1099

Text Example


Text Example

White with #7C1099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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