#490555

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

Shades of Hot Purple #490555

Tints of Hot Purple #490555

Color information

#490555 (or 0x490555) is unknown color: approx Hot Purple. HEX triplet: 49, 05 and 55. RGB value is (73,5,85). Sum of RGB (Red+Green+Blue) = 73+5+85=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #490555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490555 is #B6FAAA. Grayscale: #222222. Windows color (decimal): -11991723 or 5571913. OLE color: 5571913.

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

Color convert

RGB73585-
CMYK0.140.9400.67
HSL291º88.89%17.65%-
HSV(B)291º94.12%33.33%-
XYZ4.442.188.78-
YUV34.45156.53155.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=44.79%
G=3.07%
B=52.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal735850.140.9400.6729188.8917.65
Hex49555E5E0431235912
Octal111512516136010344313122
Binary100100110110101011110101111001000011100100011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490555; }

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

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

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

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

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

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

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

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