Html Css Color HEX #7D019B Dark Magenta

📋 copy color: '#7D019B'

red 125 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #7D019B

Tints of Dark Magenta #7D019B

RGB

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

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

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

R = 44.48%
G = 0.36%
B = 55.16%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D019B (or 0x7D019B) is known color: Dark Magenta. HEX triplet: 7D, 01 and 9B. RGB value is (125,1,155). Sum of RGB (Red+Green+Blue) = 125+1+155=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D019B is #82FE64. Grayscale: #373737. Windows color (decimal): -8584805 or 10158461. OLE color: 10158461.

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

Color convert

RGB 125 1 155 -
CMYK 0.19 0.99 0 0.39
HSL 288.31º 0.99% 0.31% -
HSV(B) 288.31º 0.99% 0.61% -
XYZ 14.38 6.75 31.55 -
YUV 55.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 125 1 155 0.19 0.99 0 0.39 288.31 0.99 0.31
Hex 7D 1 9B 13 63 0 27 120 63 1F
Octal 175 1 233 23 143 0 47 440 143 37
Binary 1111101 1 10011011 10011 1100011 0 100111 100100000 1100011 11111

Color Harmonies of #7D019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D019B

Black with #7D019B

Text Example


Text Example

White with #7D019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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