#491155

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

Shades of Hot Purple #491155

Tints of Hot Purple #491155

Color information

#491155 (or 0x491155) is unknown color: approx Hot Purple. HEX triplet: 49, 11 and 55. RGB value is (73,17,85). Sum of RGB (Red+Green+Blue) = 73+17+85=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #491155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491155 is #B6EEAA. Grayscale: #292929. Windows color (decimal): -11988651 or 5574985. OLE color: 5574985.

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

Color convert

RGB731785-
CMYK0.140.8000.67
HSL289.41º66.67%20%-
HSV(B)289.41º80%33.33%-
XYZ4.592.478.83-
YUV41.5152.55150.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=41.71%
G=9.71%
B=48.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7317850.140.8000.67289.4166.6720
Hex491155E500431214314
Octal1112112516120010344110324
Binary10010011000110101011110101000001000011100100001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491155; }

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

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

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

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

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

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

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

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