#7F178E

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

Shades of Dark Magenta #7F178E

Tints of Dark Magenta #7F178E

Color information

#7F178E (or 0x7F178E) is unknown color: approx Dark Magenta. HEX triplet: 7F, 17 and 8E. RGB value is (127,23,142). Sum of RGB (Red+Green+Blue) = 127+23+142=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F178E is #80E871. Grayscale: #434343. Windows color (decimal): -8448114 or 9312127. OLE color: 9312127.

HSL color Cylindrical-coordinate representation of color #7F178E: hue angle of 292.44º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F178E is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12723142-
CMYK0.110.8400.44
HSL292.44º72.12%32.35%-
HSV(B)292.44º83.8%55.69%-
XYZ13.947.0826.22-
YUV67.66169.96170.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.49%
GREEN value IS 23 (9.38% from 255) = 7.88%
BLUE value IS 142 (55.86% from 255) = 48.63%
R=43.49%
G=7.88%
B=48.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127231420.110.8400.44292.4472.1232.35
Hex7F178EB5402C1244820
Octal177272161312405444411040
Binary111111110111100011101011101010001011001001001001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,23,142); }

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

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

 a { background-color: rgb(127,23,142); }

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

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

 span { border-color: rgb(127,23,142); }

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