#7B0AA0

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

Shades of Dark Magenta #7B0AA0

Tints of Dark Magenta #7B0AA0

Color information

#7B0AA0 (or 0x7B0AA0) is unknown color: approx Dark Magenta. HEX triplet: 7B, 0A and A0. RGB value is (123,10,160). Sum of RGB (Red+Green+Blue) = 123+10+160=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 160 (62.89% from 255 or 54.61% from 293); Max value from RGB is 160 - color contains mainly: blue. Hex color #7B0AA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0AA0 is #84F55F. Grayscale: #3C3C3C. Windows color (decimal): -8713568 or 10488443. OLE color: 10488443.

HSL color Cylindrical-coordinate representation of color #7B0AA0: hue angle of 285.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0AA0 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12310160-
CMYK0.230.9400.37
HSL285.2º88.24%33.33%-
HSV(B)285.2º93.75%62.75%-
XYZ14.626.9733.83-
YUV60.89183.94172.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.98%
GREEN value IS 10 (4.30% from 255) = 3.41%
BLUE value IS 160 (62.89% from 255) = 54.61%
R=41.98%
G=3.41%
B=54.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal123101600.230.9400.37285.288.2433.33
Hex7BAA0175E02511d5821
Octal173122402713604543513041
Binary111101110101010000010111101111001001011000111011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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