#551A57

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

Shades of Hot Purple #551A57

Tints of Hot Purple #551A57

Color information

#551A57 (or 0x551A57) is unknown color: approx Hot Purple. HEX triplet: 55, 1A and 57. RGB value is (85,26,87). Sum of RGB (Red+Green+Blue) = 85+26+87=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #551A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A57 is #AAE5A8. Grayscale: #323232. Windows color (decimal): -11199913 or 5708373. OLE color: 5708373.

HSL color Cylindrical-coordinate representation of color #551A57: hue angle of 298.03º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #551A57 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB852687-
CMYK0.020.7000.66
HSL298.03º53.98%22.16%-
HSV(B)298.03º70.11%34.12%-
XYZ5.843.369.36-
YUV50.6148.55152.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=42.93%
G=13.13%
B=43.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8526870.020.7000.66298.0353.9822.16
Hex551A5724604212a3616
Octal12532127210601024526626
Binary10101011101010101111010001100100001010010101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551A57; }

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

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

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

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

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

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

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

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