#490154

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

Shades of Hot Purple #490154

Tints of Hot Purple #490154

Color information

#490154 (or 0x490154) is unknown color: approx Hot Purple. HEX triplet: 49, 01 and 54. RGB value is (73,1,84). Sum of RGB (Red+Green+Blue) = 73+1+84=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #490154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490154 is #B6FEAB. Grayscale: #1F1F1F. Windows color (decimal): -11992748 or 5505353. OLE color: 5505353.

HSL color Cylindrical-coordinate representation of color #490154: hue angle of 292.05º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490154 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB73184-
CMYK0.130.9900.67
HSL292.05º97.65%16.67%-
HSV(B)292.05º98.81%32.94%-
XYZ4.362.088.56-
YUV31.99157.35157.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 84 (33.20% from 255) = 53.16%
R=46.20%
G=0.63%
B=53.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal731840.130.9900.67292.0597.6516.67
Hex49154D630431246211
Octal111112415143010344414221
Binary1001001110101001101110001101000011100100100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490154; }

 p { color: rgb(73,1,84); }

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

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

 a { background-color: rgb(73,1,84); }

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

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

 span { border-color: rgb(73,1,84); }

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