#491D54

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

Shades of Hot Purple #491D54

Tints of Hot Purple #491D54

Color information

#491D54 (or 0x491D54) is unknown color: approx Hot Purple. HEX triplet: 49, 1D and 54. RGB value is (73,29,84). Sum of RGB (Red+Green+Blue) = 73+29+84=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #491D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491D54 is #B6E2AB. Grayscale: #303030. Windows color (decimal): -11985580 or 5512521. OLE color: 5512521.

HSL color Cylindrical-coordinate representation of color #491D54: hue angle of 288º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #491D54 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB732984-
CMYK0.130.6500.67
HSL288º48.67%22.16%-
HSV(B)288º65.48%32.94%-
XYZ4.792.948.7-
YUV48.43148.08145.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=39.25%
G=15.59%
B=45.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7329840.130.6500.6728848.6722.16
Hex491D54D410431203116
Octal111351241510101034406126
Binary1001001111011010100110110000010100001110010000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,29,84); }

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

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

 a { background-color: rgb(73,29,84); }

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

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

 span { border-color: rgb(73,29,84); }

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