#490557

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

Shades of Hot Purple #490557

Tints of Hot Purple #490557

Color information

#490557 (or 0x490557) is unknown color: approx Hot Purple. HEX triplet: 49, 05 and 57. RGB value is (73,5,87). Sum of RGB (Red+Green+Blue) = 73+5+87=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #490557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490557 is #B6FAA8. Grayscale: #222222. Windows color (decimal): -11991721 or 5702985. OLE color: 5702985.

HSL color Cylindrical-coordinate representation of color #490557: hue angle of 289.76º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490557 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB73587-
CMYK0.160.9400.66
HSL289.76º89.13%18.04%-
HSV(B)289.76º94.25%34.12%-
XYZ4.522.219.21-
YUV34.68157.53155.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 87 (34.38% from 255) = 52.73%
R=44.24%
G=3.03%
B=52.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal735870.160.9400.66289.7689.1318.04
Hex49557105E0421225912
Octal111512720136010244213122
Binary1001001101101011110000101111001000010100100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490557; }

 p { color: rgb(73,5,87); }

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

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

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

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

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

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

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