#7D0D9B

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

Shades of Dark Magenta #7D0D9B

Tints of Dark Magenta #7D0D9B

Color information

#7D0D9B (or 0x7D0D9B) is unknown color: approx Dark Magenta. HEX triplet: 7D, 0D and 9B. RGB value is (125,13,155). Sum of RGB (Red+Green+Blue) = 125+13+155=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D0D9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0D9B is #82F264. Grayscale: #3E3E3E. Windows color (decimal): -8581733 or 10161533. OLE color: 10161533.

HSL color Cylindrical-coordinate representation of color #7D0D9B: hue angle of 287.32º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0D9B is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12513155-
CMYK0.190.9200.39
HSL287.32º84.52%32.94%-
HSV(B)287.32º91.61%60.78%-
XYZ14.527.0131.6-
YUV62.68180.11172.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.66%
GREEN value IS 13 (5.47% from 255) = 4.44%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=42.66%
G=4.44%
B=52.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125131550.190.9200.39287.3284.5232.94
Hex7DD9B135C02711f5521
Octal175152332313404743712541
Binary111110111011001101110011101110001001111000111111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,13,155); }

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

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

 a { background-color: rgb(125,13,155); }

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

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

 span { border-color: rgb(125,13,155); }

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