#491549

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

Shades of Hot Purple #491549

Tints of Hot Purple #491549

Color information

#491549 (or 0x491549) is unknown color: approx Hot Purple. HEX triplet: 49, 15 and 49. RGB value is (73,21,73). Sum of RGB (Red+Green+Blue) = 73+21+73=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #491549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491549 is #B6EAB6. Grayscale: #2A2A2A. Windows color (decimal): -11987639 or 4789577. OLE color: 4789577.

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

Color convert

RGB732173-
CMYK00.7100.71
HSL300º55.32%18.43%-
HSV(B)300º71.23%28.63%-
XYZ4.222.436.55-
YUV42.48145.23149.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 73 (28.91% from 255) = 43.71%
R=43.71%
G=12.57%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73217300.7100.7130055.3218.43
Hex49154904704712c3712
Octal11125111010701074546722
Binary1001001101011001001010001110100011110010110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491549; }

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

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

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

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

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

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

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

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