#730ba5

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

Shades of Dark Magenta #730BA5

Tints of Dark Magenta #730BA5

Color information

#730BA5 (or 0x730BA5) is unknown color: approx Dark Magenta. HEX triplet: 73, 0B and A5. RGB value is (115,11,165). Sum of RGB (Red+Green+Blue) = 115+11+165=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 165 (64.84% from 255 or 56.70% from 291); Max value from RGB is 165 - color contains mainly: blue. Hex color #730BA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730BA5 is #8CF45A. Grayscale: #3B3B3B. Windows color (decimal): -9237595 or 10816371. OLE color: 10816371.

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

Color convert

RGB11511165-
CMYK0.300.9300.35
HSL280.52º87.5%34.51%-
HSV(B)280.52º93.33%64.71%-
XYZ13.986.636.13-
YUV59.65187.46167.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 11 (4.69% from 255) = 3.78%
BLUE value IS 165 (64.84% from 255) = 56.70%
R=39.52%
G=3.78%
B=56.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115111650.300.9300.35280.5287.534.51
Hex73BA51E5D0231195823
Octal163132453613504343113043
Binary111001110111010010111110101110101000111000110011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730ba5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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