#7B1593

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

Shades of Dark Magenta #7B1593

Tints of Dark Magenta #7B1593

Color information

#7B1593 (or 0x7B1593) is unknown color: approx Dark Magenta. HEX triplet: 7B, 15 and 93. RGB value is (123,21,147). Sum of RGB (Red+Green+Blue) = 123+21+147=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B1593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1593 is #84EA6C. Grayscale: #414141. Windows color (decimal): -8710765 or 9639291. OLE color: 9639291.

HSL color Cylindrical-coordinate representation of color #7B1593: hue angle of 288.57º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1593 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12321147-
CMYK0.160.8600.42
HSL288.57º75%32.94%-
HSV(B)288.57º85.71%57.65%-
XYZ13.76.8528.2-
YUV65.86173.79168.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.27%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=42.27%
G=7.22%
B=50.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123211470.160.8600.42288.577532.94
Hex7B1593105602A1214b21
Octal173252232012605244111341
Binary1111011101011001001110000101011001010101001000011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,21,147); }

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

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

 a { background-color: rgb(123,21,147); }

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

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

 span { border-color: rgb(123,21,147); }

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