#7B0A91

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

Shades of Dark Magenta #7B0A91

Tints of Dark Magenta #7B0A91

Color information

#7B0A91 (or 0x7B0A91) is unknown color: approx Dark Magenta. HEX triplet: 7B, 0A and 91. RGB value is (123,10,145). Sum of RGB (Red+Green+Blue) = 123+10+145=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B0A91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0A91 is #84F56E. Grayscale: #3A3A3A. Windows color (decimal): -8713583 or 9505403. OLE color: 9505403.

HSL color Cylindrical-coordinate representation of color #7B0A91: hue angle of 290.22º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0A91 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12310145-
CMYK0.150.9300.43
HSL290.22º87.1%30.39%-
HSV(B)290.22º93.1%56.86%-
XYZ13.396.4727.33-
YUV59.18176.44173.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.24%
GREEN value IS 10 (4.30% from 255) = 3.60%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=44.24%
G=3.60%
B=52.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123101450.150.9300.43290.2287.130.39
Hex7BA91F5D02B122571e
Octal173122211713505344212736
Binary1111011101010010001111110111010101011100100010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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