#7F0290

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

Shades of Dark Magenta #7F0290

Tints of Dark Magenta #7F0290

Color information

#7F0290 (or 0x7F0290) is unknown color: approx Dark Magenta. HEX triplet: 7F, 02 and 90. RGB value is (127,2,144). Sum of RGB (Red+Green+Blue) = 127+2+144=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F0290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0290 is #80FD6F. Grayscale: #373737. Windows color (decimal): -8453488 or 9437823. OLE color: 9437823.

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

Color convert

RGB1272144-
CMYK0.120.9900.44
HSL292.82º97.26%28.63%-
HSV(B)292.82º98.61%56.47%-
XYZ13.816.5726.93-
YUV55.56177.91178.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 144 (56.64% from 255) = 52.75%
R=46.52%
G=0.73%
B=52.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12721440.120.9900.44292.8297.2628.63
Hex7F290C6302C125611d
Octal17722201414305444514135
Binary11111111010010000110011000110101100100100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,2,144); }

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

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

 a { background-color: rgb(127,2,144); }

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

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

 span { border-color: rgb(127,2,144); }

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