#550259

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

Shades of Palatinate Purple #550259

Tints of Palatinate Purple #550259

Color information

#550259 (or 0x550259) is unknown color: approx Palatinate Purple. HEX triplet: 55, 02 and 59. RGB value is (85,2,89). Sum of RGB (Red+Green+Blue) = 85+2+89=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #550259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550259 is #AAFDA6. Grayscale: #242424. Windows color (decimal): -11206055 or 5833301. OLE color: 5833301.

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

Color convert

RGB85289-
CMYK0.040.9800.65
HSL297.24º95.6%17.84%-
HSV(B)297.24º97.75%34.9%-
XYZ5.572.79.68-
YUV36.74157.5162.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=48.30%
G=1.14%
B=50.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal852890.040.9800.65297.2495.617.84
Hex552594620411296012
Octal12521314142010145114022
Binary1010101101011001100110001001000001100101001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550259; }

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

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

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

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

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

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

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

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