#730BA9

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

Shades of Dark Magenta #730BA9

Tints of Dark Magenta #730BA9

Color information

#730BA9 (or 0x730BA9) is unknown color: approx Dark Magenta. HEX triplet: 73, 0B and A9. RGB value is (115,11,169). Sum of RGB (Red+Green+Blue) = 115+11+169=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 169 (66.41% from 255 or 57.29% from 295); Max value from RGB is 169 - color contains mainly: blue. Hex color #730BA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730BA9 is #8CF456. Grayscale: #3B3B3B. Windows color (decimal): -9237591 or 11078515. OLE color: 11078515.

HSL color Cylindrical-coordinate representation of color #730BA9: hue angle of 279.49º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730BA9 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11511169-
CMYK0.320.9300.34
HSL279.49º87.78%35.29%-
HSV(B)279.49º93.49%66.27%-
XYZ14.356.7538.08-
YUV60.11189.46167.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 11 (4.69% from 255) = 3.73%
BLUE value IS 169 (66.41% from 255) = 57.29%
R=38.98%
G=3.73%
B=57.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal115111690.320.9300.34279.4987.7835.29
Hex73BA9205D0221175823
Octal163132514013504242713043
Binary1110011101110101001100000101110101000101000101111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,11,169); }

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

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

 a { background-color: rgb(115,11,169); }

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

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

 span { border-color: rgb(115,11,169); }

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