#553157

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

Shades of Hot Purple #553157

Tints of Hot Purple #553157

Color information

#553157 (or 0x553157) is unknown color: approx Hot Purple. HEX triplet: 55, 31 and 57. RGB value is (85,49,87). Sum of RGB (Red+Green+Blue) = 85+49+87=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #553157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553157 is #AACEA8. Grayscale: #3F3F3F. Windows color (decimal): -11194025 or 5714261. OLE color: 5714261.

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

Color convert

RGB854987-
CMYK0.020.4400.66
HSL296.84º27.94%26.67%-
HSV(B)296.84º43.68%34.12%-
XYZ6.564.829.6-
YUV64.1140.93142.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=38.46%
G=22.17%
B=39.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8549870.020.4400.66296.8427.9426.67
Hex55315722C0421291c1b
Octal1256112725401024513433
Binary1010101110001101011110101100010000101001010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553157; }

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

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

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

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

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

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

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

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