#552759

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

Shades of Hot Purple #552759

Tints of Hot Purple #552759

Color information

#552759 (or 0x552759) is unknown color: approx Hot Purple. HEX triplet: 55, 27 and 59. RGB value is (85,39,89). Sum of RGB (Red+Green+Blue) = 85+39+89=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #552759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552759 is #AAD8A6. Grayscale: #3A3A3A. Windows color (decimal): -11196583 or 5842773. OLE color: 5842773.

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

Color convert

RGB853989-
CMYK0.040.5600.65
HSL295.2º39.06%25.1%-
HSV(B)295.2º56.18%34.9%-
XYZ6.284.19.91-
YUV58.45145.24146.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=39.91%
G=18.31%
B=41.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8539890.040.5600.65295.239.0625.1
Hex5527594380411272719
Octal1254713147001014474731
Binary101010110011110110011001110000100000110010011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552759; }

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

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

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

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

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

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

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

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