#491449

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

Shades of Hot Purple #491449

Tints of Hot Purple #491449

Color information

#491449 (or 0x491449) is unknown color: approx Hot Purple. HEX triplet: 49, 14 and 49. RGB value is (73,20,73). Sum of RGB (Red+Green+Blue) = 73+20+73=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #491449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491449 is #B6EBB6. Grayscale: #292929. Windows color (decimal): -11987895 or 4789321. OLE color: 4789321.

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

Color convert

RGB732073-
CMYK00.7300.71
HSL300º56.99%18.24%-
HSV(B)300º72.6%28.63%-
XYZ4.22.46.54-
YUV41.89145.56150.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=43.98%
G=12.05%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73207300.7300.7130056.9918.24
Hex49144904904712c3912
Octal11124111011101074547122
Binary1001001101001001001010010010100011110010110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491449; }

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

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

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

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

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

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

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

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