#7F1592

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

Shades of Dark Magenta #7F1592

Tints of Dark Magenta #7F1592

Color information

#7F1592 (or 0x7F1592) is unknown color: approx Dark Magenta. HEX triplet: 7F, 15 and 92. RGB value is (127,21,146). Sum of RGB (Red+Green+Blue) = 127+21+146=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F1592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1592 is #80EA6D. Grayscale: #424242. Windows color (decimal): -8448622 or 9573759. OLE color: 9573759.

HSL color Cylindrical-coordinate representation of color #7F1592: hue angle of 290.88º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F1592 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12721146-
CMYK0.130.8600.43
HSL290.88º74.85%32.75%-
HSV(B)290.88º85.62%57.25%-
XYZ14.217.1227.82-
YUV66.94172.62170.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.20%
GREEN value IS 21 (8.59% from 255) = 7.14%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=43.20%
G=7.14%
B=49.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127211460.130.8600.43290.8874.8532.75
Hex7F1592D5602B1234b21
Octal177252221512605344311341
Binary111111110101100100101101101011001010111001000111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,21,146); }

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

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

 a { background-color: rgb(127,21,146); }

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

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

 span { border-color: rgb(127,21,146); }

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