#7D0291

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

Shades of Dark Magenta #7D0291

Tints of Dark Magenta #7D0291

Color information

#7D0291 (or 0x7D0291) is unknown color: approx Dark Magenta. HEX triplet: 7D, 02 and 91. RGB value is (125,2,145). Sum of RGB (Red+Green+Blue) = 125+2+145=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D0291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0291 is #82FD6E. Grayscale: #363636. Windows color (decimal): -8584559 or 9503357. OLE color: 9503357.

HSL color Cylindrical-coordinate representation of color #7D0291: hue angle of 291.61º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D0291 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1252145-
CMYK0.140.9900.43
HSL291.61º97.28%28.82%-
HSV(B)291.61º98.62%56.86%-
XYZ13.596.4527.32-
YUV55.08178.75177.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.96%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 145 (57.03% from 255) = 53.31%
R=45.96%
G=0.74%
B=53.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12521450.140.9900.43291.6197.2828.82
Hex7D291E6302B124611d
Octal17522211614305344414135
Binary11111011010010001111011000110101011100100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,2,145); }

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

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

 a { background-color: rgb(125,2,145); }

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

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

 span { border-color: rgb(125,2,145); }

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