#490950

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

Shades of Hot Purple #490950

Tints of Hot Purple #490950

Color information

#490950 (or 0x490950) is unknown color: approx Hot Purple. HEX triplet: 49, 09 and 50. RGB value is (73,9,80). Sum of RGB (Red+Green+Blue) = 73+9+80=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #490950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490950 is #B6F6AF. Grayscale: #242424. Windows color (decimal): -11990704 or 5245257. OLE color: 5245257.

HSL color Cylindrical-coordinate representation of color #490950: hue angle of 294.08º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490950 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB73980-
CMYK0.090.8900.69
HSL294.08º79.78%17.45%-
HSV(B)294.08º88.75%31.37%-
XYZ4.292.197.79-
YUV36.23152.7154.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 80 (31.64% from 255) = 49.38%
R=45.06%
G=5.56%
B=49.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal739800.090.8900.69294.0879.7817.45
Hex499509590451265011
Octal1111112011131010544612021
Binary1001001100110100001001101100101000101100100110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490950; }

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

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

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

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

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

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

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

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