#7F119A

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

Shades of Dark Magenta #7F119A

Tints of Dark Magenta #7F119A

Color information

#7F119A (or 0x7F119A) is unknown color: approx Dark Magenta. HEX triplet: 7F, 11 and 9A. RGB value is (127,17,154). Sum of RGB (Red+Green+Blue) = 127+17+154=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #7F119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F119A is #80EE65. Grayscale: #414141. Windows color (decimal): -8449638 or 10097023. OLE color: 10097023.

HSL color Cylindrical-coordinate representation of color #7F119A: hue angle of 288.18º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F119A is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12717154-
CMYK0.180.8900.40
HSL288.18º80.12%33.53%-
HSV(B)288.18º88.96%60.39%-
XYZ14.797.2531.19-
YUV65.51177.94171.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.62%
GREEN value IS 17 (7.03% from 255) = 5.70%
BLUE value IS 154 (60.55% from 255) = 51.68%
R=42.62%
G=5.70%
B=51.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal127171540.180.8900.40288.1880.1233.53
Hex7F119A12590281205022
Octal177212322213105044012042
Binary1111111100011001101010010101100101010001001000001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,17,154); }

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

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

 a { background-color: rgb(127,17,154); }

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

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

 span { border-color: rgb(127,17,154); }

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