#553159

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

Shades of Hot Purple #553159

Tints of Hot Purple #553159

Color information

#553159 (or 0x553159) is unknown color: approx Hot Purple. HEX triplet: 55, 31 and 59. RGB value is (85,49,89). Sum of RGB (Red+Green+Blue) = 85+49+89=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #553159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553159 is #AACEA6. Grayscale: #404040. Windows color (decimal): -11194023 or 5845333. OLE color: 5845333.

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

Color convert

RGB854989-
CMYK0.040.4500.65
HSL294º28.99%27.06%-
HSV(B)294º44.94%34.9%-
XYZ6.654.8510.04-
YUV64.32141.93142.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=38.12%
G=21.97%
B=39.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8549890.040.4500.6529428.9927.06
Hex55315942D0411261d1b
Octal1256113145501014463533
Binary10101011100011011001100101101010000011001001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553159; }

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

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

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

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

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

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

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

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