#490350

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

Shades of Hot Purple #490350

Tints of Hot Purple #490350

Color information

#490350 (or 0x490350) is unknown color: approx Hot Purple. HEX triplet: 49, 03 and 50. RGB value is (73,3,80). Sum of RGB (Red+Green+Blue) = 73+3+80=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #490350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490350 is #B6FCAF. Grayscale: #202020. Windows color (decimal): -11992240 or 5243721. OLE color: 5243721.

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

Color convert

RGB73380-
CMYK0.090.9600.69
HSL294.55º92.77%16.27%-
HSV(B)294.55º96.25%31.37%-
XYZ4.232.067.76-
YUV32.71154.69156.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=46.79%
G=1.92%
B=51.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal733800.090.9600.69294.5592.7716.27
Hex493509600451275d10
Octal111312011140010544713520
Binary10010011110100001001110000001000101100100111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490350; }

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

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

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

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

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

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

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

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