#491C51

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

Shades of Hot Purple #491C51

Tints of Hot Purple #491C51

Color information

#491C51 (or 0x491C51) is unknown color: approx Hot Purple. HEX triplet: 49, 1C and 51. RGB value is (73,28,81). Sum of RGB (Red+Green+Blue) = 73+28+81=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #491C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C51 is #B6E3AE. Grayscale: #2F2F2F. Windows color (decimal): -11985839 or 5315657. OLE color: 5315657.

HSL color Cylindrical-coordinate representation of color #491C51: hue angle of 290.94º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #491C51 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB732881-
CMYK0.100.6500.68
HSL290.94º48.62%21.37%-
HSV(B)290.94º65.43%31.76%-
XYZ4.652.848.09-
YUV47.5146.91146.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 28 (11.33% from 255) = 15.38%
BLUE value IS 81 (32.03% from 255) = 44.51%
R=40.11%
G=15.38%
B=44.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7328810.100.6500.68290.9448.6221.37
Hex491C51A410441233115
Octal111341211210101044436125
Binary1001001111001010001101010000010100010010010001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,28,81); }

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

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

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

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

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

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

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