#490157

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

Shades of Hot Purple #490157

Tints of Hot Purple #490157

Color information

#490157 (or 0x490157) is unknown color: approx Hot Purple. HEX triplet: 49, 01 and 57. RGB value is (73,1,87). Sum of RGB (Red+Green+Blue) = 73+1+87=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #490157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490157 is #B6FEA8. Grayscale: #202020. Windows color (decimal): -11992745 or 5701961. OLE color: 5701961.

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

Color convert

RGB73187-
CMYK0.160.9900.66
HSL290.23º97.73%17.25%-
HSV(B)290.23º98.85%34.12%-
XYZ4.482.139.19-
YUV32.33158.85157.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 87 (34.38% from 255) = 54.04%
R=45.34%
G=0.62%
B=54.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal731870.160.9900.66290.2397.7317.25
Hex4915710630421226211
Octal111112720143010244214221
Binary10010011101011110000110001101000010100100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490157; }

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

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

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

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

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

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

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

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