Html Css Color HEX #7D019C Dark Magenta

📋 copy color: '#7D019C'

red 125 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #7D019C

Tints of Dark Magenta #7D019C

RGB

 RED value IS 125 (49.22% from 255) = 44.33%

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

 BLUE value IS 156 (61.33% from 255) = 55.32%

R = 44.33%
G = 0.35%
B = 55.32%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D019C (or 0x7D019C) is known color: Dark Magenta. HEX triplet: 7D, 01 and 9C. RGB value is (125,1,156). Sum of RGB (Red+Green+Blue) = 125+1+156=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D019C is #82FE63. Grayscale: #373737. Windows color (decimal): -8584804 or 10223997. OLE color: 10223997.

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

Color convert

RGB 125 1 156 -
CMYK 0.20 0.99 0 0.39
HSL 288º 0.99% 0.31% -
HSV(B) 288º 0.99% 0.61% -
XYZ 14.47 6.78 32 -
YUV 55.75 184.58 177.4 -
System Red Green Blue C M Y K H S L
Decimal 125 1 156 0.20 0.99 0 0.39 288 0.99 0.31
Hex 7D 1 9C 14 63 0 27 120 63 1F
Octal 175 1 234 24 143 0 47 440 143 37
Binary 1111101 1 10011100 10100 1100011 0 100111 100100000 1100011 11111

Color Harmonies of #7D019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D019C

Black with #7D019C

Text Example


Text Example

White with #7D019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,1,156); }

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

background-color css

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

 a { background-color: rgb(125,1,156); }

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

border-color css

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

 span { border-color: rgb(125,1,156); }

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