#73029B

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

Shades of Dark Magenta #73029B

Tints of Dark Magenta #73029B

Color information

#73029B (or 0x73029B) is unknown color: approx Dark Magenta. HEX triplet: 73, 02 and 9B. RGB value is (115,2,155). Sum of RGB (Red+Green+Blue) = 115+2+155=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #73029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73029B is #8CFD64. Grayscale: #343434. Windows color (decimal): -9239909 or 10158707. OLE color: 10158707.

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

Color convert

RGB1152155-
CMYK0.260.9900.39
HSL284.31º97.45%30.78%-
HSV(B)284.31º98.71%60.78%-
XYZ13.016.0531.49-
YUV53.23185.44172.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.28%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 155 (60.94% from 255) = 56.99%
R=42.28%
G=0.74%
B=56.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11521550.260.9900.39284.3197.4530.78
Hex7329B1A6302711c611f
Octal16322333214304743414137
Binary111001110100110111101011000110100111100011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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