Html Css Color HEX #7D1493 Dark Magenta

📋 copy color: '#7D1493'

red 125 ◦ green 20 ◦ blue 147

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

Shades of Dark Magenta #7D1493

Tints of Dark Magenta #7D1493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

 BLUE value IS 147 (57.81% from 255) = 50.34%

R = 42.81%
G = 6.85%
B = 50.34%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D1493 (or 0x7D1493) is known color: Dark Magenta. HEX triplet: 7D, 14 and 93. RGB value is (125,20,147). Sum of RGB (Red+Green+Blue) = 125+20+147=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D1493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1493 is #82EB6C. Grayscale: #414141. Windows color (decimal): -8579949 or 9639037. OLE color: 9639037.

HSL color Cylindrical-coordinate representation of color #7D1493: hue angle of 289.61º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1493 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 20 147 -
CMYK 0.15 0.86 0 0.42
HSL 289.61º 0.76% 0.33% -
HSV(B) 289.61º 0.86% 0.58% -
XYZ 13.97 6.97 28.21 -
YUV 65.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 125 20 147 0.15 0.86 0 0.42 289.61 0.76 0.33
Hex 7D 14 93 F 56 0 2A 122 4C 21
Octal 175 24 223 17 126 0 52 442 114 41
Binary 1111101 10100 10010011 1111 1010110 0 101010 100100010 1001100 100001

Color Harmonies of #7D1493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1493

Black with #7D1493

Text Example


Text Example

White with #7D1493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,20,147); }

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

background-color css

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

 a { background-color: rgb(125,20,147); }

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

border-color css

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

 span { border-color: rgb(125,20,147); }

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