#550157

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

Shades of Palatinate Purple #550157

Tints of Palatinate Purple #550157

Color information

#550157 (or 0x550157) is unknown color: approx Palatinate Purple. HEX triplet: 55, 01 and 57. RGB value is (85,1,87). Sum of RGB (Red+Green+Blue) = 85+1+87=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #550157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550157 is #AAFEA8. Grayscale: #232323. Windows color (decimal): -11206313 or 5701973. OLE color: 5701973.

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

Color convert

RGB85187-
CMYK0.020.9900.66
HSL298.6º97.73%17.25%-
HSV(B)298.6º98.85%34.12%-
XYZ5.482.649.24-
YUV35.92156.83163.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=49.13%
G=0.58%
B=50.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal851870.020.9900.66298.697.7317.25
Hex5515726304212b6211
Octal12511272143010245314221
Binary10101011101011110110001101000010100101011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550157; }

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

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

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

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

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

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

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

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