#490357

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

Shades of Hot Purple #490357

Tints of Hot Purple #490357

Color information

#490357 (or 0x490357) is unknown color: approx Hot Purple. HEX triplet: 49, 03 and 57. RGB value is (73,3,87). Sum of RGB (Red+Green+Blue) = 73+3+87=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #490357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490357 is #B6FCA8. Grayscale: #212121. Windows color (decimal): -11992233 or 5702473. OLE color: 5702473.

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

Color convert

RGB73387-
CMYK0.160.9700.66
HSL290º93.33%17.65%-
HSV(B)290º96.55%34.12%-
XYZ4.52.179.2-
YUV33.51158.19156.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=44.79%
G=1.84%
B=53.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal733870.160.9700.6629093.3317.65
Hex4935710610421225d12
Octal111312720141010244213522
Binary100100111101011110000110000101000010100100010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490357; }

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

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

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

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

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

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

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

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