#730493

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

Shades of Purple #730493

Tints of Purple #730493

Color information

#730493 (or 0x730493) is unknown color: approx Purple. HEX triplet: 73, 04 and 93. RGB value is (115,4,147). Sum of RGB (Red+Green+Blue) = 115+4+147=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #730493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730493 is #8CFB6C. Grayscale: #353535. Windows color (decimal): -9239405 or 9634931. OLE color: 9634931.

HSL color Cylindrical-coordinate representation of color #730493: hue angle of 286.57º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730493 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1154147-
CMYK0.220.9700.42
HSL286.57º94.7%29.61%-
HSV(B)286.57º97.28%57.65%-
XYZ12.385.8428.08-
YUV53.49180.77171.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 147 (57.81% from 255) = 55.26%
R=43.23%
G=1.50%
B=55.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11541470.220.9700.42286.5794.729.61
Hex73493166102A11f5f1e
Octal16342232614105243713736
Binary1110011100100100111011011000010101010100011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730493; }

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

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

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

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

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

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

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

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