#730573

Color #730573 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #730573

Tints of Purple #730573

Color information

#730573 (or 0x730573) is unknown color: approx Purple. HEX triplet: 73, 05 and 73. RGB value is (115,5,115). Sum of RGB (Red+Green+Blue) = 115+5+115=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #730573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730573 is #8CFA8C. Grayscale: #323232. Windows color (decimal): -9239181 or 7538035. OLE color: 7538035.

HSL color Cylindrical-coordinate representation of color #730573: hue angle of 300º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730573 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1155115-
CMYK00.9600.55
HSL300º91.67%23.53%-
HSV(B)300º95.65%45.1%-
XYZ10.224.9916.64-
YUV50.43164.44174.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.94%
GREEN value IS 5 (2.34% from 255) = 2.13%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=48.94%
G=2.13%
B=48.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115511500.9600.5530091.6723.53
Hex7357306003712c5c18
Octal1635163014006745413430
Binary11100111011110011011000000110111100101100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730573; }

 p { color: rgb(115,5,115); }

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

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

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

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

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

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

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