Html Css Color HEX #7D12AB Dark Magenta

📋 copy color: '#7D12AB'

red 125 ◦ green 18 ◦ blue 171

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

Shades of Dark Magenta #7D12AB

Tints of Dark Magenta #7D12AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.73%

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 39.81%
G = 5.73%
B = 54.46%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D12AB (or 0x7D12AB) is known color: Dark Magenta. HEX triplet: 7D, 12 and AB. RGB value is (125,18,171). Sum of RGB (Red+Green+Blue) = 125+18+171=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D12AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D12AB is #82ED54. Grayscale: #424242. Windows color (decimal): -8580437 or 11211389. OLE color: 11211389.

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

Color convert

RGB 125 18 171 -
CMYK 0.27 0.89 0 0.33
HSL 281.96º 0.81% 0.37% -
HSV(B) 281.96º 0.89% 0.67% -
XYZ 16.02 7.73 39.18 -
YUV 67.44 186.45 169.06 -
System Red Green Blue C M Y K H S L
Decimal 125 18 171 0.27 0.89 0 0.33 281.96 0.81 0.37
Hex 7D 12 AB 1B 59 0 21 11A 51 25
Octal 175 22 253 33 131 0 41 432 121 45
Binary 1111101 10010 10101011 11011 1011001 0 100001 100011010 1010001 100101

Color Harmonies of #7D12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D12AB

Black with #7D12AB

Text Example


Text Example

White with #7D12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,18,171); }

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

background-color css

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

 a { background-color: rgb(125,18,171); }

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

border-color css

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

 span { border-color: rgb(125,18,171); }

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