#730578

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

Shades of Purple #730578

Tints of Purple #730578

Color information

#730578 (or 0x730578) is unknown color: approx Purple. HEX triplet: 73, 05 and 78. RGB value is (115,5,120). Sum of RGB (Red+Green+Blue) = 115+5+120=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #730578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730578 is #8CFA87. Grayscale: #323232. Windows color (decimal): -9239176 or 7865715. OLE color: 7865715.

HSL color Cylindrical-coordinate representation of color #730578: hue angle of 297.39º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730578 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1155120-
CMYK0.040.9600.53
HSL297.39º92%24.51%-
HSV(B)297.39º95.83%47.06%-
XYZ10.515.1118.2-
YUV51166.94173.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 120 (47.27% from 255) = 50%
R=47.92%
G=2.08%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11551200.040.9600.53297.399224.51
Hex735784600351295c19
Octal1635170414006545113431
Binary1110011101111100010011000000110101100101001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730578; }

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

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

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

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

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

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

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

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