#490155

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

Shades of Hot Purple #490155

Tints of Hot Purple #490155

Color information

#490155 (or 0x490155) is unknown color: approx Hot Purple. HEX triplet: 49, 01 and 55. RGB value is (73,1,85). Sum of RGB (Red+Green+Blue) = 73+1+85=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #490155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490155 is #B6FEAA. Grayscale: #1F1F1F. Windows color (decimal): -11992747 or 5570889. OLE color: 5570889.

HSL color Cylindrical-coordinate representation of color #490155: hue angle of 291.43º 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 #490155 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB73185-
CMYK0.140.9900.67
HSL291.43º97.67%16.86%-
HSV(B)291.43º98.82%33.33%-
XYZ4.42.098.77-
YUV32.1157.85157.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=45.91%
G=0.63%
B=53.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal731850.140.9900.67291.4397.6716.86
Hex49155E630431236211
Octal111112516143010344314221
Binary1001001110101011110110001101000011100100011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490155; }

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

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

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

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

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

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

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

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