#560157

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

Shades of Palatinate Purple #560157

Tints of Palatinate Purple #560157

Color information

#560157 (or 0x560157) is unknown color: approx Palatinate Purple. HEX triplet: 56, 01 and 57. RGB value is (86,1,87). Sum of RGB (Red+Green+Blue) = 86+1+87=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #560157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560157 is #A9FEA8. Grayscale: #232323. Windows color (decimal): -11140777 or 5701974. OLE color: 5701974.

HSL color Cylindrical-coordinate representation of color #560157: hue angle of 299.3º 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 #560157 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB86187-
CMYK0.010.9900.66
HSL299.3º97.73%17.25%-
HSV(B)299.3º98.85%34.12%-
XYZ5.572.699.24-
YUV36.22156.66163.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 87 (34.38% from 255) = 50%
R=49.43%
G=0.57%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal861870.010.9900.66299.397.7317.25
Hex5615716304212b6211
Octal12611271143010245314221
Binary1010110110101111110001101000010100101011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560157; }

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

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

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

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

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

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

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

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