#730D9E

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

Shades of Dark Magenta #730D9E

Tints of Dark Magenta #730D9E

Color information

#730D9E (or 0x730D9E) is unknown color: approx Dark Magenta. HEX triplet: 73, 0D and 9E. RGB value is (115,13,158). Sum of RGB (Red+Green+Blue) = 115+13+158=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #730D9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730D9E is #8CF261. Grayscale: #3B3B3B. Windows color (decimal): -9237090 or 10358131. OLE color: 10358131.

HSL color Cylindrical-coordinate representation of color #730D9E: hue angle of 282.21º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730D9E is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11513158-
CMYK0.270.9200.38
HSL282.21º84.8%33.53%-
HSV(B)282.21º91.77%61.96%-
XYZ13.396.432.88-
YUV60.03183.29167.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 13 (5.47% from 255) = 4.55%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=40.21%
G=4.55%
B=55.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115131580.270.9200.38282.2184.833.53
Hex73D9E1B5C02611a5522
Octal163152363313404643212542
Binary111001111011001111011011101110001001101000110101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730D9E; }

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

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

<style>
 a { background-color: #730D9E; }

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

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

<style>
 span { border-color: #730D9E; }

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

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