#552159

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

Shades of Hot Purple #552159

Tints of Hot Purple #552159

Color information

#552159 (or 0x552159) is unknown color: approx Hot Purple. HEX triplet: 55, 21 and 59. RGB value is (85,33,89). Sum of RGB (Red+Green+Blue) = 85+33+89=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #552159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552159 is #AADEA6. Grayscale: #363636. Windows color (decimal): -11198119 or 5841237. OLE color: 5841237.

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

Color convert

RGB853389-
CMYK0.040.6300.65
HSL295.71º45.9%23.92%-
HSV(B)295.71º62.92%34.9%-
XYZ6.093.749.85-
YUV54.93147.23149.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=41.06%
G=15.94%
B=43.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8533890.040.6300.65295.7145.923.92
Hex55215943F0411282e18
Octal1254113147701014505630
Binary101010110000110110011001111110100000110010100010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552159; }

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

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

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

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

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

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

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

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