#7B0094

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

Shades of Dark Magenta #7B0094

Tints of Dark Magenta #7B0094

Color information

#7B0094 (or 0x7B0094) is unknown color: approx Dark Magenta. HEX triplet: 7B, 00 and 94. RGB value is (123,0,148). Sum of RGB (Red+Green+Blue) = 123+0+148=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B0094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0094 is #84FF6B. Grayscale: #353535. Windows color (decimal): -8716140 or 9699451. OLE color: 9699451.

HSL color Cylindrical-coordinate representation of color #7B0094: hue angle of 289.86º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B0094 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1230148-
CMYK0.17100.42
HSL289.86º100%29.02%-
HSV(B)289.86º100%58.04%-
XYZ13.516.3528.53-
YUV53.65181.25177.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 54.61%
R=45.39%
G=0%
B=54.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12301480.17100.42289.8610029.02
Hex7B094116402A122641d
Octal17302242114405244214435
Binary11110110100101001000111001000101010100100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,0,148); }

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

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

 a { background-color: rgb(123,0,148); }

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

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

 span { border-color: rgb(123,0,148); }

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