Html Css Color HEX #7D178F Dark Magenta

📋 copy color: '#7D178F'

red 125 ◦ green 23 ◦ blue 143

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

Shades of Dark Magenta #7D178F

Tints of Dark Magenta #7D178F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.9%

 BLUE value IS 143 (56.25% from 255) = 49.14%

R = 42.96%
G = 7.9%
B = 49.14%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D178F (or 0x7D178F) is known color: Dark Magenta. HEX triplet: 7D, 17 and 8F. RGB value is (125,23,143). Sum of RGB (Red+Green+Blue) = 125+23+143=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D178F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D178F is #82E870. Grayscale: #424242. Windows color (decimal): -8579185 or 9377661. OLE color: 9377661.

HSL color Cylindrical-coordinate representation of color #7D178F: hue angle of 291º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D178F is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 23 143 -
CMYK 0.13 0.84 0 0.44
HSL 291º 0.72% 0.33% -
HSV(B) 291º 0.84% 0.56% -
XYZ 13.72 6.96 26.61 -
YUV 67.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 125 23 143 0.13 0.84 0 0.44 291 0.72 0.33
Hex 7D 17 8F D 54 0 2C 123 48 21
Octal 175 27 217 15 124 0 54 443 110 41
Binary 1111101 10111 10001111 1101 1010100 0 101100 100100011 1001000 100001

Color Harmonies of #7D178F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D178F

Black with #7D178F

Text Example


Text Example

White with #7D178F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,23,143); }

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

background-color css

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

 a { background-color: rgb(125,23,143); }

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

border-color css

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

 span { border-color: rgb(125,23,143); }

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