#7B1399

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

Shades of Dark Magenta #7B1399

Tints of Dark Magenta #7B1399

Color information

#7B1399 (or 0x7B1399) is unknown color: approx Dark Magenta. HEX triplet: 7B, 13 and 99. RGB value is (123,19,153). Sum of RGB (Red+Green+Blue) = 123+19+153=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B1399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1399 is #84EC66. Grayscale: #404040. Windows color (decimal): -8711271 or 10031995. OLE color: 10031995.

HSL color Cylindrical-coordinate representation of color #7B1399: hue angle of 286.57º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B1399 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12319153-
CMYK0.200.8800.4
HSL286.57º77.91%33.73%-
HSV(B)286.57º87.58%60%-
XYZ14.156.9830.74-
YUV65.37177.46169.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.69%
GREEN value IS 19 (7.81% from 255) = 6.44%
BLUE value IS 153 (60.16% from 255) = 51.86%
R=41.69%
G=6.44%
B=51.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal123191530.200.8800.4286.5777.9133.73
Hex7B1399145802811f4e22
Octal173232312413005043711642
Binary1111011100111001100110100101100001010001000111111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,19,153); }

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

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

 a { background-color: rgb(123,19,153); }

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

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

 span { border-color: rgb(123,19,153); }

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