#7B0592

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

Shades of Dark Magenta #7B0592

Tints of Dark Magenta #7B0592

Color information

#7B0592 (or 0x7B0592) is unknown color: approx Dark Magenta. HEX triplet: 7B, 05 and 92. RGB value is (123,5,146). Sum of RGB (Red+Green+Blue) = 123+5+146=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B0592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0592 is #84FA6D. Grayscale: #373737. Windows color (decimal): -8714862 or 9569659. OLE color: 9569659.

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

Color convert

RGB1235146-
CMYK0.160.9700.43
HSL290.21º93.38%29.61%-
HSV(B)290.21º96.58%57.25%-
XYZ13.416.3927.72-
YUV56.36178.59175.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.89%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 146 (57.42% from 255) = 53.28%
R=44.89%
G=1.82%
B=53.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12351460.160.9700.43290.2193.3829.61
Hex7B592106102B1225d1e
Octal17352222014105344213536
Binary1111011101100100101000011000010101011100100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,5,146); }

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

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

 a { background-color: rgb(123,5,146); }

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

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

 span { border-color: rgb(123,5,146); }

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