#7F158C

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

Shades of Dark Magenta #7F158C

Tints of Dark Magenta #7F158C

Color information

#7F158C (or 0x7F158C) is unknown color: approx Dark Magenta. HEX triplet: 7F, 15 and 8C. RGB value is (127,21,140). Sum of RGB (Red+Green+Blue) = 127+21+140=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F158C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F158C is #80EA73. Grayscale: #414141. Windows color (decimal): -8448628 or 9180543. OLE color: 9180543.

HSL color Cylindrical-coordinate representation of color #7F158C: hue angle of 293.45º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F158C is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12721140-
CMYK0.090.8500.45
HSL293.45º73.91%31.57%-
HSV(B)293.45º85%54.9%-
XYZ13.756.9425.43-
YUV66.26169.62171.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.10%
GREEN value IS 21 (8.59% from 255) = 7.29%
BLUE value IS 140 (55.08% from 255) = 48.61%
R=44.10%
G=7.29%
B=48.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127211400.090.8500.45293.4573.9131.57
Hex7F158C95502D1254a20
Octal177252141112505544511240
Binary111111110101100011001001101010101011011001001011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F158C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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