#552559

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

Shades of Hot Purple #552559

Tints of Hot Purple #552559

Color information

#552559 (or 0x552559) is unknown color: approx Hot Purple. HEX triplet: 55, 25 and 59. RGB value is (85,37,89). Sum of RGB (Red+Green+Blue) = 85+37+89=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #552559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552559 is #AADAA6. Grayscale: #393939. Windows color (decimal): -11197095 or 5842261. OLE color: 5842261.

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

Color convert

RGB853789-
CMYK0.040.5800.65
HSL295.38º41.27%24.71%-
HSV(B)295.38º58.43%34.9%-
XYZ6.213.989.89-
YUV57.28145.9147.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=40.28%
G=17.54%
B=42.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8537890.040.5800.65295.3841.2724.71
Hex55255943A0411272919
Octal1254513147201014475131
Binary101010110010110110011001110100100000110010011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552559; }

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

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

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

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

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

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

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

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