#491453

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

Shades of Hot Purple #491453

Tints of Hot Purple #491453

Color information

#491453 (or 0x491453) is unknown color: approx Hot Purple. HEX triplet: 49, 14 and 53. RGB value is (73,20,83). Sum of RGB (Red+Green+Blue) = 73+20+83=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #491453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491453 is #B6EBAC. Grayscale: #2A2A2A. Windows color (decimal): -11987885 or 5444681. OLE color: 5444681.

HSL color Cylindrical-coordinate representation of color #491453: hue angle of 290.48º degrees, saturation: 0.61, 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 #491453 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB732083-
CMYK0.120.7600.67
HSL290.48º61.17%20.2%-
HSV(B)290.48º75.9%32.55%-
XYZ4.562.548.43-
YUV43.03150.56149.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 20 (8.20% from 255) = 11.36%
BLUE value IS 83 (32.81% from 255) = 47.16%
R=41.48%
G=11.36%
B=47.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7320830.120.7600.67290.4861.1720.2
Hex491453C4C0431223d14
Octal111241231411401034427524
Binary1001001101001010011110010011000100001110010001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491453; }

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

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

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

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

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

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

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

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