Html Css Color HEX #7D1792 Dark Magenta

📋 copy color: '#7D1792'

red 125 ◦ green 23 ◦ blue 146

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

Shades of Dark Magenta #7D1792

Tints of Dark Magenta #7D1792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.66%

R = 42.52%
G = 7.82%
B = 49.66%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D1792 (or 0x7D1792) is known color: Dark Magenta. HEX triplet: 7D, 17 and 92. RGB value is (125,23,146). Sum of RGB (Red+Green+Blue) = 125+23+146=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D1792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1792 is #82E86D. Grayscale: #434343. Windows color (decimal): -8579182 or 9574269. OLE color: 9574269.

HSL color Cylindrical-coordinate representation of color #7D1792: hue angle of 289.76º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1792 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 23 146 -
CMYK 0.14 0.84 0 0.43
HSL 289.76º 0.73% 0.33% -
HSV(B) 289.76º 0.84% 0.57% -
XYZ 13.95 7.05 27.82 -
YUV 67.52 172.29 169 -
System Red Green Blue C M Y K H S L
Decimal 125 23 146 0.14 0.84 0 0.43 289.76 0.73 0.33
Hex 7D 17 92 E 54 0 2B 122 49 21
Octal 175 27 222 16 124 0 53 442 111 41
Binary 1111101 10111 10010010 1110 1010100 0 101011 100100010 1001001 100001

Color Harmonies of #7D1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1792

Black with #7D1792

Text Example


Text Example

White with #7D1792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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