Html Css Color HEX #7D10AC Dark Magenta

📋 copy color: '#7D10AC'

red 125 ◦ green 16 ◦ blue 172

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

Shades of Dark Magenta #7D10AC

Tints of Dark Magenta #7D10AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.11%

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

R = 39.94%
G = 5.11%
B = 54.95%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D10AC (or 0x7D10AC) is known color: Dark Magenta. HEX triplet: 7D, 10 and AC. RGB value is (125,16,172). Sum of RGB (Red+Green+Blue) = 125+16+172=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D10AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D10AC is #82EF53. Grayscale: #414141. Windows color (decimal): -8580948 or 11276413. OLE color: 11276413.

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

Color convert

RGB 125 16 172 -
CMYK 0.27 0.91 0 0.33
HSL 281.92º 0.83% 0.37% -
HSV(B) 281.92º 0.91% 0.67% -
XYZ 16.09 7.71 39.67 -
YUV 66.38 187.61 169.82 -
System Red Green Blue C M Y K H S L
Decimal 125 16 172 0.27 0.91 0 0.33 281.92 0.83 0.37
Hex 7D 10 AC 1B 5B 0 21 11A 53 25
Octal 175 20 254 33 133 0 41 432 123 45
Binary 1111101 10000 10101100 11011 1011011 0 100001 100011010 1010011 100101

Color Harmonies of #7D10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D10AC

Black with #7D10AC

Text Example


Text Example

White with #7D10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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