#730591

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

Shades of Purple #730591

Tints of Purple #730591

Color information

#730591 (or 0x730591) is unknown color: approx Purple. HEX triplet: 73, 05 and 91. RGB value is (115,5,145). Sum of RGB (Red+Green+Blue) = 115+5+145=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #730591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730591 is #8CFA6E. Grayscale: #353535. Windows color (decimal): -9239151 or 9504115. OLE color: 9504115.

HSL color Cylindrical-coordinate representation of color #730591: hue angle of 287.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730591 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1155145-
CMYK0.210.9700.43
HSL287.14º93.33%29.41%-
HSV(B)287.14º96.55%56.86%-
XYZ12.245.827.26-
YUV53.85179.44171.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 145 (57.03% from 255) = 54.72%
R=43.40%
G=1.89%
B=54.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11551450.210.9700.43287.1493.3329.41
Hex73591156102B11f5d1d
Octal16352212514105343713535
Binary1110011101100100011010111000010101011100011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730591; }

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

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

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

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

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

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

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

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