#490955

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

Shades of Hot Purple #490955

Tints of Hot Purple #490955

Color information

#490955 (or 0x490955) is unknown color: approx Hot Purple. HEX triplet: 49, 09 and 55. RGB value is (73,9,85). Sum of RGB (Red+Green+Blue) = 73+9+85=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #490955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490955 is #B6F6AA. Grayscale: #242424. Windows color (decimal): -11990699 or 5572937. OLE color: 5572937.

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

Color convert

RGB73985-
CMYK0.140.8900.67
HSL290.53º80.85%18.43%-
HSV(B)290.53º89.41%33.33%-
XYZ4.492.278.8-
YUV36.8155.2153.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=43.71%
G=5.39%
B=50.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal739850.140.8900.67290.5380.8518.43
Hex49955E590431235112
Octal1111112516131010344312122
Binary1001001100110101011110101100101000011100100011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490955; }

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

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

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

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

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

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

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

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