#553057

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

Shades of Hot Purple #553057

Tints of Hot Purple #553057

Color information

#553057 (or 0x553057) is unknown color: approx Hot Purple. HEX triplet: 55, 30 and 57. RGB value is (85,48,87). Sum of RGB (Red+Green+Blue) = 85+48+87=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #553057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553057 is #AACFA8. Grayscale: #3F3F3F. Windows color (decimal): -11194281 or 5714005. OLE color: 5714005.

HSL color Cylindrical-coordinate representation of color #553057: hue angle of 296.92º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #553057 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB854887-
CMYK0.020.4500.66
HSL296.92º28.89%26.47%-
HSV(B)296.92º44.83%34.12%-
XYZ6.524.739.59-
YUV63.51141.26143.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=38.64%
G=21.82%
B=39.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8548870.020.4500.66296.9228.8926.47
Hex55305722D0421291d1a
Octal1256012725501024513532
Binary1010101110000101011110101101010000101001010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553057; }

 p { color: rgb(85,48,87); }

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

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

 a { background-color: rgb(85,48,87); }

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

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

 span { border-color: rgb(85,48,87); }

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