#490250

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

Shades of Hot Purple #490250

Tints of Hot Purple #490250

Color information

#490250 (or 0x490250) is unknown color: approx Hot Purple. HEX triplet: 49, 02 and 50. RGB value is (73,2,80). Sum of RGB (Red+Green+Blue) = 73+2+80=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #490250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490250 is #B6FDAF. Grayscale: #1F1F1F. Windows color (decimal): -11992496 or 5243465. OLE color: 5243465.

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

Color convert

RGB73280-
CMYK0.090.9800.69
HSL294.62º95.12%16.08%-
HSV(B)294.62º97.5%31.37%-
XYZ4.222.047.76-
YUV32.12155.02157.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=47.10%
G=1.29%
B=51.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal732800.090.9800.69294.6295.1216.08
Hex492509620451275f10
Octal111212011142010544713720
Binary10010011010100001001110001001000101100100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490250; }

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

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

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

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

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

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

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

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