#550159

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

Shades of Palatinate Purple #550159

Tints of Palatinate Purple #550159

Color information

#550159 (or 0x550159) is unknown color: approx Palatinate Purple. HEX triplet: 55, 01 and 59. RGB value is (85,1,89). Sum of RGB (Red+Green+Blue) = 85+1+89=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #550159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550159 is #AAFEA6. Grayscale: #232323. Windows color (decimal): -11206311 or 5833045. OLE color: 5833045.

HSL color Cylindrical-coordinate representation of color #550159: hue angle of 297.27º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550159 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB85189-
CMYK0.040.9900.65
HSL297.27º97.78%17.65%-
HSV(B)297.27º98.88%34.9%-
XYZ5.562.679.67-
YUV36.15157.83162.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=48.57%
G=0.57%
B=50.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal851890.040.9900.65297.2797.7817.65
Hex551594630411296212
Octal12511314143010145114222
Binary101010111011001100110001101000001100101001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550159; }

 p { color: rgb(85,1,89); }

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

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

 a { background-color: rgb(85,1,89); }

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

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

 span { border-color: rgb(85,1,89); }

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