#551657

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

Shades of Hot Purple #551657

Tints of Hot Purple #551657

Color information

#551657 (or 0x551657) is unknown color: approx Hot Purple. HEX triplet: 55, 16 and 57. RGB value is (85,22,87). Sum of RGB (Red+Green+Blue) = 85+22+87=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #551657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551657 is #AAE9A8. Grayscale: #303030. Windows color (decimal): -11200937 or 5707349. OLE color: 5707349.

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

Color convert

RGB852287-
CMYK0.020.7500.66
HSL298.15º59.63%21.37%-
HSV(B)298.15º74.71%34.12%-
XYZ5.753.199.33-
YUV48.25149.87154.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 22 (8.98% from 255) = 11.34%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=43.81%
G=11.34%
B=44.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8522870.020.7500.66298.1559.6321.37
Hex55165724B04212a3c15
Octal12526127211301024527425
Binary10101011011010101111010010110100001010010101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551657; }

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

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

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

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

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

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

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

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