#551159

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

Shades of Hot Purple #551159

Tints of Hot Purple #551159

Color information

#551159 (or 0x551159) is unknown color: approx Hot Purple. HEX triplet: 55, 11 and 59. RGB value is (85,17,89). Sum of RGB (Red+Green+Blue) = 85+17+89=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #551159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551159 is #AAEEA6. Grayscale: #2D2D2D. Windows color (decimal): -11202215 or 5837141. OLE color: 5837141.

HSL color Cylindrical-coordinate representation of color #551159: hue angle of 296.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551159 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB851789-
CMYK0.040.8100.65
HSL296.67º67.92%20.78%-
HSV(B)296.67º80.9%34.9%-
XYZ5.753.059.74-
YUV45.54152.53156.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 17 (7.03% from 255) = 8.90%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=44.50%
G=8.90%
B=46.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8517890.040.8100.65296.6767.9220.78
Hex5511594510411294415
Octal125211314121010145110425
Binary1010101100011011001100101000101000001100101001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551159; }

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

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

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

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

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

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

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

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