#7B119D

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

Shades of Dark Magenta #7B119D

Tints of Dark Magenta #7B119D

Color information

#7B119D (or 0x7B119D) is unknown color: approx Dark Magenta. HEX triplet: 7B, 11 and 9D. RGB value is (123,17,157). Sum of RGB (Red+Green+Blue) = 123+17+157=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B119D is #84EE62. Grayscale: #404040. Windows color (decimal): -8711779 or 10293627. OLE color: 10293627.

HSL color Cylindrical-coordinate representation of color #7B119D: hue angle of 285.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B119D is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12317157-
CMYK0.220.8900.38
HSL285.43º80.46%34.12%-
HSV(B)285.43º89.17%61.57%-
XYZ14.457.0532.5-
YUV64.65180.12169.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.41%
GREEN value IS 17 (7.03% from 255) = 5.72%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=41.41%
G=5.72%
B=52.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123171570.220.8900.38285.4380.4634.12
Hex7B119D165902611d5022
Octal173212352613104643512042
Binary1111011100011001110110110101100101001101000111011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B119D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,17,157); }

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

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

 a { background-color: rgb(123,17,157); }

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

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

 span { border-color: rgb(123,17,157); }

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