Html Css Color HEX #7D03AC Dark Magenta

📋 copy color: '#7D03AC'

red 125 ◦ green 3 ◦ blue 172

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

Shades of Dark Magenta #7D03AC

Tints of Dark Magenta #7D03AC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 172 (67.58% from 255) = 57.33%

R = 41.67%
G = 1%
B = 57.33%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D03AC (or 0x7D03AC) is known color: Dark Magenta. HEX triplet: 7D, 03 and AC. RGB value is (125,3,172). Sum of RGB (Red+Green+Blue) = 125+3+172=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D03AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D03AC is #82FC53. Grayscale: #3A3A3A. Windows color (decimal): -8584276 or 11273085. OLE color: 11273085.

HSL color Cylindrical-coordinate representation of color #7D03AC: hue angle of 283.31º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D03AC is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 3 172 -
CMYK 0.27 0.98 0 0.33
HSL 283.31º 0.97% 0.34% -
HSV(B) 283.31º 0.98% 0.67% -
XYZ 15.94 7.4 39.62 -
YUV 58.74 191.92 175.26 -
System Red Green Blue C M Y K H S L
Decimal 125 3 172 0.27 0.98 0 0.33 283.31 0.97 0.34
Hex 7D 3 AC 1B 62 0 21 11B 61 22
Octal 175 3 254 33 142 0 41 433 141 42
Binary 1111101 11 10101100 11011 1100010 0 100001 100011011 1100001 100010

Color Harmonies of #7D03AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D03AC

Black with #7D03AC

Text Example


Text Example

White with #7D03AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,3,172); }

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

background-color css

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

 a { background-color: rgb(125,3,172); }

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

border-color css

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

 span { border-color: rgb(125,3,172); }

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