#491A48

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

Shades of Hot Purple #491A48

Tints of Hot Purple #491A48

Color information

#491A48 (or 0x491A48) is unknown color: approx Hot Purple. HEX triplet: 49, 1A and 48. RGB value is (73,26,72). Sum of RGB (Red+Green+Blue) = 73+26+72=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #491A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A48 is #B6E5B7. Grayscale: #2D2D2D. Windows color (decimal): -11986360 or 4725321. OLE color: 4725321.

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

Color convert

RGB732672-
CMYK00.640.010.71
HSL301.28º47.47%19.41%-
HSV(B)301.28º64.38%28.63%-
XYZ4.292.626.41-
YUV45.3143.07147.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=42.69%
G=15.20%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73267200.640.010.71301.2847.4719.41
Hex491A4804014712d2f13
Octal11132110010011074555723
Binary1001001110101001000010000001100011110010110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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