#7B0496

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

Shades of Dark Magenta #7B0496

Tints of Dark Magenta #7B0496

Color information

#7B0496 (or 0x7B0496) is unknown color: approx Dark Magenta. HEX triplet: 7B, 04 and 96. RGB value is (123,4,150). Sum of RGB (Red+Green+Blue) = 123+4+150=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B0496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0496 is #84FB69. Grayscale: #373737. Windows color (decimal): -8715114 or 9831547. OLE color: 9831547.

HSL color Cylindrical-coordinate representation of color #7B0496: hue angle of 288.9º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0496 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1234150-
CMYK0.180.9700.41
HSL288.9º94.81%30.2%-
HSV(B)288.9º97.33%58.82%-
XYZ13.726.529.39-
YUV56.22180.92175.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.40%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 150 (58.98% from 255) = 54.15%
R=44.40%
G=1.44%
B=54.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12341500.180.9700.41288.994.8130.2
Hex7B49612610291215f1e
Octal17342262214105144113736
Binary1111011100100101101001011000010101001100100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,4,150); }

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

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

 a { background-color: rgb(123,4,150); }

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

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

 span { border-color: rgb(123,4,150); }

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