#492050

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

Shades of Hot Purple #492050

Tints of Hot Purple #492050

Color information

#492050 (or 0x492050) is unknown color: approx Hot Purple. HEX triplet: 49, 20 and 50. RGB value is (73,32,80). Sum of RGB (Red+Green+Blue) = 73+32+80=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #492050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492050 is #B6DFAF. Grayscale: #313131. Windows color (decimal): -11984816 or 5251145. OLE color: 5251145.

HSL color Cylindrical-coordinate representation of color #492050: hue angle of 291.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #492050 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB733280-
CMYK0.090.6000.69
HSL291.25º42.86%21.96%-
HSV(B)291.25º60%31.37%-
XYZ4.713.037.93-
YUV49.73145.08144.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=39.46%
G=17.30%
B=43.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7332800.090.6000.69291.2542.8621.96
Hex49205093C0451232b16
Octal11140120117401054435326
Binary1001001100000101000010011111000100010110010001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492050; }

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

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

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

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

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

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

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

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