#7F0B99

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

Shades of Dark Magenta #7F0B99

Tints of Dark Magenta #7F0B99

Color information

#7F0B99 (or 0x7F0B99) is unknown color: approx Dark Magenta. HEX triplet: 7F, 0B and 99. RGB value is (127,11,153). Sum of RGB (Red+Green+Blue) = 127+11+153=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F0B99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0B99 is #80F466. Grayscale: #3D3D3D. Windows color (decimal): -8451175 or 10029951. OLE color: 10029951.

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

Color convert

RGB12711153-
CMYK0.170.9300.4
HSL289.01º86.59%32.16%-
HSV(B)289.01º92.81%60%-
XYZ14.627.0530.73-
YUV61.87179.43174.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.64%
GREEN value IS 11 (4.69% from 255) = 3.78%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=43.64%
G=3.78%
B=52.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal127111530.170.9300.4289.0186.5932.16
Hex7FB99115D0281215720
Octal177132312113505044112740
Binary111111110111001100110001101110101010001001000011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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