#491E50

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

Shades of Hot Purple #491E50

Tints of Hot Purple #491E50

Color information

#491E50 (or 0x491E50) is unknown color: approx Hot Purple. HEX triplet: 49, 1E and 50. RGB value is (73,30,80). Sum of RGB (Red+Green+Blue) = 73+30+80=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #491E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E50 is #B6E1AF. Grayscale: #303030. Windows color (decimal): -11985328 or 5250633. OLE color: 5250633.

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

Color convert

RGB733080-
CMYK0.090.6200.69
HSL291.6º45.45%21.57%-
HSV(B)291.6º62.5%31.37%-
XYZ4.662.927.91-
YUV48.56145.75145.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.89%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 80 (31.64% from 255) = 43.72%
R=39.89%
G=16.39%
B=43.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7330800.090.6200.69291.645.4521.57
Hex491E5093E0451242d16
Octal11136120117601054445526
Binary100100111110101000010011111100100010110010010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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