#490455

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

Shades of Hot Purple #490455

Tints of Hot Purple #490455

Color information

#490455 (or 0x490455) is unknown color: approx Hot Purple. HEX triplet: 49, 04 and 55. RGB value is (73,4,85). Sum of RGB (Red+Green+Blue) = 73+4+85=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #490455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490455 is #B6FBAA. Grayscale: #212121. Windows color (decimal): -11991979 or 5571657. OLE color: 5571657.

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

Color convert

RGB73485-
CMYK0.140.9500.67
HSL291.11º91.01%17.45%-
HSV(B)291.11º95.29%33.33%-
XYZ4.432.168.78-
YUV33.86156.86155.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 85 (33.59% from 255) = 52.47%
R=45.06%
G=2.47%
B=52.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal734850.140.9500.67291.1191.0117.45
Hex49455E5F0431235b11
Octal111412516137010344313321
Binary100100110010101011110101111101000011100100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490455; }

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

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

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

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

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

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

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

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