#491154

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

Shades of Hot Purple #491154

Tints of Hot Purple #491154

Color information

#491154 (or 0x491154) is unknown color: approx Hot Purple. HEX triplet: 49, 11 and 54. RGB value is (73,17,84). Sum of RGB (Red+Green+Blue) = 73+17+84=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #491154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491154 is #B6EEAB. Grayscale: #292929. Windows color (decimal): -11988652 or 5509449. OLE color: 5509449.

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

Color convert

RGB731784-
CMYK0.130.8000.67
HSL290.15º66.34%19.8%-
HSV(B)290.15º79.76%32.94%-
XYZ4.552.468.62-
YUV41.38152.05150.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 84 (33.20% from 255) = 48.28%
R=41.95%
G=9.77%
B=48.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7317840.130.8000.67290.1566.3419.8
Hex491154D500431224214
Octal1112112415120010344210224
Binary10010011000110101001101101000001000011100100010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491154; }

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

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

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

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

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

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

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

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