#7D03AB

Color #7D03AB Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #7D03AB

Tints of Dark Magenta #7D03AB

Color information

#7D03AB (or 0x7D03AB) is unknown color: approx Dark Magenta. HEX triplet: 7D, 03 and AB. RGB value is (125,3,171). Sum of RGB (Red+Green+Blue) = 125+3+171=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D03AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D03AB is #82FC54. Grayscale: #3A3A3A. Windows color (decimal): -8584277 or 11207549. OLE color: 11207549.

HSL color Cylindrical-coordinate representation of color #7D03AB: hue angle of 283.57º 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 #7D03AB is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1253171-
CMYK0.270.9800.33
HSL283.57º96.55%34.12%-
HSV(B)283.57º98.25%67.06%-
XYZ15.847.3739.11-
YUV58.63191.42175.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.81%
GREEN value IS 3 (1.56% from 255) = 1.00%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=41.81%
G=1.00%
B=57.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12531710.270.9800.33283.5796.5534.12
Hex7D3AB1B6202111c6122
Octal17532533314204143414142
Binary1111101111010101111011110001001000011000111001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D03AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D03AB;
 }
 .AnyTagClassName
 {
   color: #7D03AB;
 }
</style>
background-color css

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

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

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

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

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

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