Html Css Color HEX #7D159B Dark Magenta

📋 copy color: '#7D159B'

red 125 ◦ green 21 ◦ blue 155

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

Shades of Dark Magenta #7D159B

Tints of Dark Magenta #7D159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

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

R = 41.53%
G = 6.98%
B = 51.5%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D159B (or 0x7D159B) is known color: Dark Magenta. HEX triplet: 7D, 15 and 9B. RGB value is (125,21,155). Sum of RGB (Red+Green+Blue) = 125+21+155=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D159B is #82EA64. Grayscale: #424242. Windows color (decimal): -8579685 or 10163581. OLE color: 10163581.

HSL color Cylindrical-coordinate representation of color #7D159B: hue angle of 286.57º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D159B is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 21 155 -
CMYK 0.19 0.86 0 0.39
HSL 286.57º 0.76% 0.35% -
HSV(B) 286.57º 0.86% 0.61% -
XYZ 14.64 7.26 31.64 -
YUV 67.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 125 21 155 0.19 0.86 0 0.39 286.57 0.76 0.35
Hex 7D 15 9B 13 56 0 27 11F 4C 23
Octal 175 25 233 23 126 0 47 437 114 43
Binary 1111101 10101 10011011 10011 1010110 0 100111 100011111 1001100 100011

Color Harmonies of #7D159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D159B

Black with #7D159B

Text Example


Text Example

White with #7D159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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