#73109E

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

Shades of Dark Magenta #73109E

Tints of Dark Magenta #73109E

Color information

#73109E (or 0x73109E) is unknown color: approx Dark Magenta. HEX triplet: 73, 10 and 9E. RGB value is (115,16,158). Sum of RGB (Red+Green+Blue) = 115+16+158=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #73109E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73109E is #8CEF61. Grayscale: #3D3D3D. Windows color (decimal): -9236322 or 10358899. OLE color: 10358899.

HSL color Cylindrical-coordinate representation of color #73109E: hue angle of 281.83º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73109E is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11516158-
CMYK0.270.9000.38
HSL281.83º81.61%34.12%-
HSV(B)281.83º89.87%61.96%-
XYZ13.436.4832.89-
YUV61.79182.3165.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 16 (6.64% from 255) = 5.54%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=39.79%
G=5.54%
B=54.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115161580.270.9000.38281.8381.6134.12
Hex73109E1B5A02611a5222
Octal163202363313204643212242
Binary1110011100001001111011011101101001001101000110101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73109E; }

 p { color: rgb(115,16,158); }

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

<style>
 a { background-color: #73109E; }

 a { background-color: rgb(115,16,158); }

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

<style>
 span { border-color: #73109E; }

 span { border-color: rgb(115,16,158); }

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