#550359

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

Shades of Palatinate Purple #550359

Tints of Palatinate Purple #550359

Color information

#550359 (or 0x550359) is unknown color: approx Palatinate Purple. HEX triplet: 55, 03 and 59. RGB value is (85,3,89). Sum of RGB (Red+Green+Blue) = 85+3+89=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #550359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550359 is #AAFCA6. Grayscale: #252525. Windows color (decimal): -11205799 or 5833557. OLE color: 5833557.

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

Color convert

RGB85389-
CMYK0.040.9700.65
HSL297.21º93.48%18.04%-
HSV(B)297.21º96.63%34.9%-
XYZ5.582.729.68-
YUV37.32157.17162.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=48.02%
G=1.69%
B=50.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal853890.040.9700.65297.2193.4818.04
Hex553594610411295d12
Octal12531314141010145113522
Binary1010101111011001100110000101000001100101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550359; }

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

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

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

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

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

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

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

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