#490354

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

Shades of Hot Purple #490354

Tints of Hot Purple #490354

Color information

#490354 (or 0x490354) is unknown color: approx Hot Purple. HEX triplet: 49, 03 and 54. RGB value is (73,3,84). Sum of RGB (Red+Green+Blue) = 73+3+84=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #490354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490354 is #B6FCAB. Grayscale: #202020. Windows color (decimal): -11992236 or 5505865. OLE color: 5505865.

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

Color convert

RGB73384-
CMYK0.130.9600.67
HSL291.85º93.1%17.06%-
HSV(B)291.85º96.43%32.94%-
XYZ4.382.128.57-
YUV33.16156.69156.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 84 (33.20% from 255) = 52.5%
R=45.62%
G=1.88%
B=52.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal733840.130.9600.67291.8593.117.06
Hex49354D600431245d11
Octal111312415140010344413521
Binary10010011110101001101110000001000011100100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490354; }

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

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

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

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

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

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

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

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