#7B0E90

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

Shades of Dark Magenta #7B0E90

Tints of Dark Magenta #7B0E90

Color information

#7B0E90 (or 0x7B0E90) is unknown color: approx Dark Magenta. HEX triplet: 7B, 0E and 90. RGB value is (123,14,144). Sum of RGB (Red+Green+Blue) = 123+14+144=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B0E90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0E90 is #84F16F. Grayscale: #3D3D3D. Windows color (decimal): -8712560 or 9440891. OLE color: 9440891.

HSL color Cylindrical-coordinate representation of color #7B0E90: hue angle of 290.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B0E90 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12314144-
CMYK0.150.9000.44
HSL290.31º82.28%30.98%-
HSV(B)290.31º90.28%56.47%-
XYZ13.366.5426.94-
YUV61.41174.61171.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.77%
GREEN value IS 14 (5.86% from 255) = 4.98%
BLUE value IS 144 (56.64% from 255) = 51.25%
R=43.77%
G=4.98%
B=51.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123141440.150.9000.44290.3182.2830.98
Hex7BE90F5A02C122521f
Octal173162201713205444212237
Binary1111011111010010000111110110100101100100100010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,14,144); }

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

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

 a { background-color: rgb(123,14,144); }

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

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

 span { border-color: rgb(123,14,144); }

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