#7F1596

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

Shades of Dark Magenta #7F1596

Tints of Dark Magenta #7F1596

Color information

#7F1596 (or 0x7F1596) is unknown color: approx Dark Magenta. HEX triplet: 7F, 15 and 96. RGB value is (127,21,150). Sum of RGB (Red+Green+Blue) = 127+21+150=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #7F1596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1596 is #80EA69. Grayscale: #424242. Windows color (decimal): -8448618 or 9835903. OLE color: 9835903.

HSL color Cylindrical-coordinate representation of color #7F1596: hue angle of 289.3º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F1596 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12721150-
CMYK0.150.8600.41
HSL289.3º75.44%33.53%-
HSV(B)289.3º86%58.82%-
XYZ14.537.2529.49-
YUV67.4174.62170.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.62%
GREEN value IS 21 (8.59% from 255) = 7.05%
BLUE value IS 150 (58.98% from 255) = 50.34%
R=42.62%
G=7.05%
B=50.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal127211500.150.8600.41289.375.4433.53
Hex7F1596F560291214b22
Octal177252261712605144111342
Binary111111110101100101101111101011001010011001000011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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