#491349

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

Shades of Hot Purple #491349

Tints of Hot Purple #491349

Color information

#491349 (or 0x491349) is unknown color: approx Hot Purple. HEX triplet: 49, 13 and 49. RGB value is (73,19,73). Sum of RGB (Red+Green+Blue) = 73+19+73=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #491349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491349 is #B6ECB6. Grayscale: #292929. Windows color (decimal): -11988151 or 4789065. OLE color: 4789065.

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

Color convert

RGB731973-
CMYK00.7400.71
HSL300º58.7%18.04%-
HSV(B)300º73.97%28.63%-
XYZ4.182.366.54-
YUV41.3145.89150.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=44.24%
G=11.52%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73197300.7400.7130058.718.04
Hex49134904A04712c3b12
Octal11123111011201074547322
Binary1001001100111001001010010100100011110010110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491349; }

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

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

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

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

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

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

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

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