#553357

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

Shades of Hot Purple #553357

Tints of Hot Purple #553357

Color information

#553357 (or 0x553357) is unknown color: approx Hot Purple. HEX triplet: 55, 33 and 57. RGB value is (85,51,87). Sum of RGB (Red+Green+Blue) = 85+51+87=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #553357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553357 is #AACCA8. Grayscale: #414141. Windows color (decimal): -11193513 or 5714773. OLE color: 5714773.

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

Color convert

RGB855187-
CMYK0.020.4100.66
HSL296.67º26.09%27.06%-
HSV(B)296.67º41.38%34.12%-
XYZ6.654.999.63-
YUV65.27140.26142.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=38.12%
G=22.87%
B=39.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8551870.020.4100.66296.6726.0927.06
Hex5533572290421291a1b
Octal1256312725101024513233
Binary1010101110011101011110101001010000101001010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553357; }

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

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

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

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

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

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

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

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