#7F058D

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

Shades of Dark Magenta #7F058D

Tints of Dark Magenta #7F058D

Color information

#7F058D (or 0x7F058D) is unknown color: approx Dark Magenta. HEX triplet: 7F, 05 and 8D. RGB value is (127,5,141). Sum of RGB (Red+Green+Blue) = 127+5+141=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F058D is #80FA72. Grayscale: #383838. Windows color (decimal): -8452723 or 9241983. OLE color: 9241983.

HSL color Cylindrical-coordinate representation of color #7F058D: hue angle of 293.82º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F058D is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1275141-
CMYK0.100.9600.45
HSL293.82º93.15%28.63%-
HSV(B)293.82º96.45%55.29%-
XYZ13.616.5425.74-
YUV56.98175.42177.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 5 (2.34% from 255) = 1.83%
BLUE value IS 141 (55.47% from 255) = 51.65%
R=46.52%
G=1.83%
B=51.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12751410.100.9600.45293.8293.1528.63
Hex7F58DA6002D1265d1d
Octal17752151214005544613535
Binary111111110110001101101011000000101101100100110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,5,141); }

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

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

 a { background-color: rgb(127,5,141); }

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

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

 span { border-color: rgb(127,5,141); }

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