#7B0B9F

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

Shades of Dark Magenta #7B0B9F

Tints of Dark Magenta #7B0B9F

Color information

#7B0B9F (or 0x7B0B9F) is unknown color: approx Dark Magenta. HEX triplet: 7B, 0B and 9F. RGB value is (123,11,159). Sum of RGB (Red+Green+Blue) = 123+11+159=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B0B9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0B9F is #84F460. Grayscale: #3C3C3C. Windows color (decimal): -8713313 or 10423163. OLE color: 10423163.

HSL color Cylindrical-coordinate representation of color #7B0B9F: hue angle of 285.41º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0B9F is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12311159-
CMYK0.230.9300.38
HSL285.41º87.06%33.33%-
HSV(B)285.41º93.08%62.35%-
XYZ14.556.9533.38-
YUV61.36183.11171.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.98%
GREEN value IS 11 (4.69% from 255) = 3.75%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=41.98%
G=3.75%
B=54.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123111590.230.9300.38285.4187.0633.33
Hex7BB9F175D02611d5721
Octal173132372713504643512741
Binary111101110111001111110111101110101001101000111011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,11,159); }

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

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

 a { background-color: rgb(123,11,159); }

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

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

 span { border-color: rgb(123,11,159); }

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