#7B1693

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

Shades of Dark Magenta #7B1693

Tints of Dark Magenta #7B1693

Color information

#7B1693 (or 0x7B1693) is unknown color: approx Dark Magenta. HEX triplet: 7B, 16 and 93. RGB value is (123,22,147). Sum of RGB (Red+Green+Blue) = 123+22+147=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B1693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1693 is #84E96C. Grayscale: #424242. Windows color (decimal): -8710509 or 9639547. OLE color: 9639547.

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

Color convert

RGB12322147-
CMYK0.160.8500.42
HSL288.48º73.96%33.14%-
HSV(B)288.48º85.03%57.65%-
XYZ13.726.8928.21-
YUV66.45173.46168.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.12%
GREEN value IS 22 (8.98% from 255) = 7.53%
BLUE value IS 147 (57.81% from 255) = 50.34%
R=42.12%
G=7.53%
B=50.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123221470.160.8500.42288.4873.9633.14
Hex7B1693105502A1204a21
Octal173262232012505244011241
Binary1111011101101001001110000101010101010101001000001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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