#491454

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

Shades of Hot Purple #491454

Tints of Hot Purple #491454

Color information

#491454 (or 0x491454) is unknown color: approx Hot Purple. HEX triplet: 49, 14 and 54. RGB value is (73,20,84). Sum of RGB (Red+Green+Blue) = 73+20+84=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #491454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491454 is #B6EBAB. Grayscale: #2A2A2A. Windows color (decimal): -11987884 or 5510217. OLE color: 5510217.

HSL color Cylindrical-coordinate representation of color #491454: hue angle of 289.69º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491454 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB732084-
CMYK0.130.7600.67
HSL289.69º61.54%20.39%-
HSV(B)289.69º76.19%32.94%-
XYZ4.62.568.64-
YUV43.14151.06149.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 84 (33.20% from 255) = 47.46%
R=41.24%
G=11.30%
B=47.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7320840.130.7600.67289.6961.5420.39
Hex491454D4C0431223e14
Octal111241241511401034427624
Binary1001001101001010100110110011000100001110010001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491454; }

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

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

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

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

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

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

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

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