#550657

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

Shades of Hot Purple #550657

Tints of Hot Purple #550657

Color information

#550657 (or 0x550657) is unknown color: approx Hot Purple. HEX triplet: 55, 06 and 57. RGB value is (85,6,87). Sum of RGB (Red+Green+Blue) = 85+6+87=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #550657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550657 is #AAF9A8. Grayscale: #262626. Windows color (decimal): -11205033 or 5703253. OLE color: 5703253.

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

Color convert

RGB85687-
CMYK0.020.9300.66
HSL298.52º87.1%18.24%-
HSV(B)298.52º93.1%34.12%-
XYZ5.532.759.26-
YUV38.85155.17160.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=47.75%
G=3.37%
B=48.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal856870.020.9300.66298.5287.118.24
Hex5565725D04212b5712
Octal12561272135010245312722
Binary1010101110101011110101110101000010100101011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550657; }

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

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

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

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

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

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

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

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