Html Css Color HEX #7C019D Dark Magenta

📋 copy color: '#7C019D'

red 124 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #7C019D

Tints of Dark Magenta #7C019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 157 (61.72% from 255) = 55.67%

R = 43.97%
G = 0.35%
B = 55.67%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C019D (or 0x7C019D) is known color: Dark Magenta. HEX triplet: 7C, 01 and 9D. RGB value is (124,1,157). Sum of RGB (Red+Green+Blue) = 124+1+157=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C019D is #83FE62. Grayscale: #373737. Windows color (decimal): -8650339 or 10289532. OLE color: 10289532.

HSL color Cylindrical-coordinate representation of color #7C019D: hue angle of 287.31º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C019D is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 1 157 -
CMYK 0.21 0.99 0 0.38
HSL 287.31º 0.99% 0.31% -
HSV(B) 287.31º 0.99% 0.62% -
XYZ 14.41 6.74 32.44 -
YUV 55.56 185.25 176.82 -
System Red Green Blue C M Y K H S L
Decimal 124 1 157 0.21 0.99 0 0.38 287.31 0.99 0.31
Hex 7C 1 9D 15 63 0 26 11F 63 1F
Octal 174 1 235 25 143 0 46 437 143 37
Binary 1111100 1 10011101 10101 1100011 0 100110 100011111 1100011 11111

Color Harmonies of #7C019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C019D

Black with #7C019D

Text Example


Text Example

White with #7C019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,1,157); }

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

background-color css

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

 a { background-color: rgb(124,1,157); }

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

border-color css

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

 span { border-color: rgb(124,1,157); }

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