#552459

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

Shades of Hot Purple #552459

Tints of Hot Purple #552459

Color information

#552459 (or 0x552459) is unknown color: approx Hot Purple. HEX triplet: 55, 24 and 59. RGB value is (85,36,89). Sum of RGB (Red+Green+Blue) = 85+36+89=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #552459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552459 is #AADBA6. Grayscale: #383838. Windows color (decimal): -11197351 or 5842005. OLE color: 5842005.

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

Color convert

RGB853689-
CMYK0.040.6000.65
HSL295.47º42.4%24.51%-
HSV(B)295.47º59.55%34.9%-
XYZ6.183.919.88-
YUV56.69146.23148.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=40.48%
G=17.14%
B=42.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8536890.040.6000.65295.4742.424.51
Hex55245943C0411272a19
Octal1254413147401014475231
Binary101010110010010110011001111000100000110010011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552459; }

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

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

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

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

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

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

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

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