#491E48

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

Shades of Hot Purple #491E48

Tints of Hot Purple #491E48

Color information

#491E48 (or 0x491E48) is unknown color: approx Hot Purple. HEX triplet: 49, 1E and 48. RGB value is (73,30,72). Sum of RGB (Red+Green+Blue) = 73+30+72=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #491E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E48 is #B6E1B7. Grayscale: #2F2F2F. Windows color (decimal): -11985336 or 4726345. OLE color: 4726345.

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

Color convert

RGB733072-
CMYK00.590.010.71
HSL301.4º41.75%20.2%-
HSV(B)301.4º58.9%28.63%-
XYZ4.382.816.44-
YUV47.64141.75146.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=41.71%
G=17.14%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73307200.590.010.71301.441.7520.2
Hex491E4803B14712d2a14
Octal1113611007311074555224
Binary100100111110100100001110111100011110010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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