#7F159C

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

Shades of Dark Magenta #7F159C

Tints of Dark Magenta #7F159C

Color information

#7F159C (or 0x7F159C) is unknown color: approx Dark Magenta. HEX triplet: 7F, 15 and 9C. RGB value is (127,21,156). Sum of RGB (Red+Green+Blue) = 127+21+156=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F159C is #80EA63. Grayscale: #434343. Windows color (decimal): -8448612 or 10229119. OLE color: 10229119.

HSL color Cylindrical-coordinate representation of color #7F159C: hue angle of 287.11º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F159C is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12721156-
CMYK0.190.8700.39
HSL287.11º76.27%34.71%-
HSV(B)287.11º86.54%61.18%-
XYZ15.027.4532.1-
YUV68.08177.62170.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.78%
GREEN value IS 21 (8.59% from 255) = 6.91%
BLUE value IS 156 (61.33% from 255) = 51.32%
R=41.78%
G=6.91%
B=51.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127211560.190.8700.39287.1176.2734.71
Hex7F159C135702711f4c23
Octal177252342312704743711443
Binary1111111101011001110010011101011101001111000111111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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