#7B0A9B

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

Shades of Dark Magenta #7B0A9B

Tints of Dark Magenta #7B0A9B

Color information

#7B0A9B (or 0x7B0A9B) is unknown color: approx Dark Magenta. HEX triplet: 7B, 0A and 9B. RGB value is (123,10,155). Sum of RGB (Red+Green+Blue) = 123+10+155=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B0A9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0A9B is #84F564. Grayscale: #3B3B3B. Windows color (decimal): -8713573 or 10160763. OLE color: 10160763.

HSL color Cylindrical-coordinate representation of color #7B0A9B: hue angle of 286.76º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0A9B is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12310155-
CMYK0.210.9400.39
HSL286.76º87.88%32.35%-
HSV(B)286.76º93.55%60.78%-
XYZ14.196.7931.57-
YUV60.32181.44172.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.71%
GREEN value IS 10 (4.30% from 255) = 3.47%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=42.71%
G=3.47%
B=53.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123101550.210.9400.39286.7687.8832.35
Hex7BA9B155E02711f5820
Octal173122332513604743713040
Binary111101110101001101110101101111001001111000111111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,10,155); }

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

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

 a { background-color: rgb(123,10,155); }

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

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

 span { border-color: rgb(123,10,155); }

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