#7F159E

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

Shades of Dark Magenta #7F159E

Tints of Dark Magenta #7F159E

Color information

#7F159E (or 0x7F159E) is unknown color: approx Dark Magenta. HEX triplet: 7F, 15 and 9E. RGB value is (127,21,158). Sum of RGB (Red+Green+Blue) = 127+21+158=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F159E is #80EA61. Grayscale: #434343. Windows color (decimal): -8448610 or 10360191. OLE color: 10360191.

HSL color Cylindrical-coordinate representation of color #7F159E: hue angle of 286.42º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F159E is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12721158-
CMYK0.200.8700.38
HSL286.42º76.54%35.1%-
HSV(B)286.42º86.71%61.96%-
XYZ15.197.5233-
YUV68.31178.62169.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.50%
GREEN value IS 21 (8.59% from 255) = 6.86%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=41.50%
G=6.86%
B=51.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127211580.200.8700.38286.4276.5435.1
Hex7F159E145702611e4d23
Octal177252362412704643611543
Binary1111111101011001111010100101011101001101000111101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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