#491F50

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

Shades of Hot Purple #491F50

Tints of Hot Purple #491F50

Color information

#491F50 (or 0x491F50) is unknown color: approx Hot Purple. HEX triplet: 49, 1F and 50. RGB value is (73,31,80). Sum of RGB (Red+Green+Blue) = 73+31+80=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #491F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F50 is #B6E0AF. Grayscale: #303030. Windows color (decimal): -11985072 or 5250889. OLE color: 5250889.

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

Color convert

RGB733180-
CMYK0.090.6100.69
HSL291.43º44.14%21.76%-
HSV(B)291.43º61.25%31.37%-
XYZ4.692.987.92-
YUV49.14145.41145.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 31 (12.5% from 255) = 16.85%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=39.67%
G=16.85%
B=43.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7331800.090.6100.69291.4344.1421.76
Hex491F5093D0451232c16
Octal11137120117501054435426
Binary100100111111101000010011111010100010110010001110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491F50; }

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

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

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

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

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

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

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

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