#7D0BAB

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

Shades of Dark Magenta #7D0BAB

Tints of Dark Magenta #7D0BAB

Color information

#7D0BAB (or 0x7D0BAB) is unknown color: approx Dark Magenta. HEX triplet: 7D, 0B and AB. RGB value is (125,11,171). Sum of RGB (Red+Green+Blue) = 125+11+171=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D0BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0BAB is #82F454. Grayscale: #3E3E3E. Windows color (decimal): -8582229 or 11209597. OLE color: 11209597.

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

Color convert

RGB12511171-
CMYK0.270.9400.33
HSL282.75º87.91%35.69%-
HSV(B)282.75º93.57%67.06%-
XYZ15.937.5439.14-
YUV63.33188.77171.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.72%
GREEN value IS 11 (4.69% from 255) = 3.58%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=40.72%
G=3.58%
B=55.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125111710.270.9400.33282.7587.9135.69
Hex7DBAB1B5E02111b5824
Octal175132533313604143313044
Binary111110110111010101111011101111001000011000110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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