Html Css Color HEX #7D019F Dark Magenta

📋 copy color: '#7D019F'

red 125 ◦ green 1 ◦ blue 159

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

Shades of Dark Magenta #7D019F

Tints of Dark Magenta #7D019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.79%

R = 43.86%
G = 0.35%
B = 55.79%

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

#7D019F (or 0x7D019F) is known color: Dark Magenta. HEX triplet: 7D, 01 and 9F. RGB value is (125,1,159). Sum of RGB (Red+Green+Blue) = 125+1+159=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D019F is #82FE60. Grayscale: #373737. Windows color (decimal): -8584801 or 10420605. OLE color: 10420605.

HSL color Cylindrical-coordinate representation of color #7D019F: hue angle of 287.09º 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 #7D019F is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 1 159 -
CMYK 0.21 0.99 0 0.38
HSL 287.09º 0.99% 0.31% -
HSV(B) 287.09º 0.99% 0.62% -
XYZ 14.73 6.88 33.35 -
YUV 56.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 125 1 159 0.21 0.99 0 0.38 287.09 0.99 0.31
Hex 7D 1 9F 15 63 0 26 11F 63 1F
Octal 175 1 237 25 143 0 46 437 143 37
Binary 1111101 1 10011111 10101 1100011 0 100110 100011111 1100011 11111

Color Harmonies of #7D019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D019F

Black with #7D019F

Text Example


Text Example

White with #7D019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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