#491455

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

Shades of Hot Purple #491455

Tints of Hot Purple #491455

Color information

#491455 (or 0x491455) is unknown color: approx Hot Purple. HEX triplet: 49, 14 and 55. RGB value is (73,20,85). Sum of RGB (Red+Green+Blue) = 73+20+85=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #491455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491455 is #B6EBAA. Grayscale: #2B2B2B. Windows color (decimal): -11987883 or 5575753. OLE color: 5575753.

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

Color convert

RGB732085-
CMYK0.140.7600.67
HSL288.92º61.9%20.59%-
HSV(B)288.92º76.47%33.33%-
XYZ4.642.578.85-
YUV43.26151.56149.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=41.01%
G=11.24%
B=47.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7320850.140.7600.67288.9261.920.59
Hex491455E4C0431213e15
Octal111241251611401034417625
Binary1001001101001010101111010011000100001110010000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491455; }

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

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

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

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

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

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

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

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