#73039B

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

Shades of Dark Magenta #73039B

Tints of Dark Magenta #73039B

Color information

#73039B (or 0x73039B) is unknown color: approx Dark Magenta. HEX triplet: 73, 03 and 9B. RGB value is (115,3,155). Sum of RGB (Red+Green+Blue) = 115+3+155=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #73039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73039B is #8CFC64. Grayscale: #353535. Windows color (decimal): -9239653 or 10158963. OLE color: 10158963.

HSL color Cylindrical-coordinate representation of color #73039B: hue angle of 284.21º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73039B is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1153155-
CMYK0.260.9800.39
HSL284.21º96.2%30.98%-
HSV(B)284.21º98.06%60.78%-
XYZ13.026.0831.5-
YUV53.82185.11171.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=42.12%
G=1.10%
B=56.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11531550.260.9800.39284.2196.230.98
Hex7339B1A6202711c601f
Octal16332333214204743414037
Binary111001111100110111101011000100100111100011100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73039B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73039B; }

 p { color: rgb(115,3,155); }

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

<style>
 a { background-color: #73039B; }

 a { background-color: rgb(115,3,155); }

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

<style>
 span { border-color: #73039B; }

 span { border-color: rgb(115,3,155); }

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