#7F1199

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

Shades of Dark Magenta #7F1199

Tints of Dark Magenta #7F1199

Color information

#7F1199 (or 0x7F1199) is unknown color: approx Dark Magenta. HEX triplet: 7F, 11 and 99. RGB value is (127,17,153). Sum of RGB (Red+Green+Blue) = 127+17+153=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F1199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1199 is #80EE66. Grayscale: #404040. Windows color (decimal): -8449639 or 10031487. OLE color: 10031487.

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

Color convert

RGB12717153-
CMYK0.170.8900.4
HSL288.53º80%33.33%-
HSV(B)288.53º88.89%60%-
XYZ14.77.2130.75-
YUV65.39177.44171.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.76%
GREEN value IS 17 (7.03% from 255) = 5.72%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=42.76%
G=5.72%
B=51.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal127171530.170.8900.4288.538033.33
Hex7F119911590281215021
Octal177212312113105044112041
Binary1111111100011001100110001101100101010001001000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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