#730460

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

Shades of Purple #730460

Tints of Purple #730460

Color information

#730460 (or 0x730460) is unknown color: approx Purple. HEX triplet: 73, 04 and 60. RGB value is (115,4,96). Sum of RGB (Red+Green+Blue) = 115+4+96=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #730460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730460 is #8CFB9F. Grayscale: #2F2F2F. Windows color (decimal): -9239456 or 6292595. OLE color: 6292595.

HSL color Cylindrical-coordinate representation of color #730460: hue angle of 310.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730460 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB115496-
CMYK00.970.170.55
HSL310.27º93.28%23.33%-
HSV(B)310.27º96.52%45.1%-
XYZ9.224.5811.46-
YUV47.68155.27176.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 4 (1.95% from 255) = 1.86%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=53.49%
G=1.86%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11549600.970.170.55310.2793.2823.33
Hex7346006111371365d17
Octal16341400141216746613527
Binary111001110011000000110000110001110111100110110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730460; }

 p { color: rgb(115,4,96); }

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

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

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

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

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

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

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