#492049

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

Shades of Hot Purple #492049

Tints of Hot Purple #492049

Color information

#492049 (or 0x492049) is unknown color: approx Hot Purple. HEX triplet: 49, 20 and 49. RGB value is (73,32,73). Sum of RGB (Red+Green+Blue) = 73+32+73=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #492049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492049 is #B6DFB6. Grayscale: #303030. Windows color (decimal): -11984823 or 4792393. OLE color: 4792393.

HSL color Cylindrical-coordinate representation of color #492049: hue angle of 300º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492049 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB733273-
CMYK00.5600.71
HSL300º39.05%20.59%-
HSV(B)300º56.16%28.63%-
XYZ4.472.936.63-
YUV48.93141.58145.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 73 (28.91% from 255) = 41.01%
R=41.01%
G=17.98%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73327300.5600.7130039.0520.59
Hex49204903804712c2715
Octal1114011107001074544725
Binary1001001100000100100101110000100011110010110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492049; }

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

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

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

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

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

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

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

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