Html Css Color HEX #560057 Palatinate Purple

📋 copy color: '#560057'

red 86 ◦ green 0 ◦ blue 87

#560057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #560057

Tints of Palatinate Purple #560057

RGB

 RED value IS 86 (33.98% from 255) = 49.71%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 50.29%

R = 49.71%
G = 0%
B = 50.29%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#560057 (or 0x560057) is known color: Palatinate Purple. HEX triplet: 56, 00 and 57. RGB value is (86,0,87). Sum of RGB (Red+Green+Blue) = 86+0+87=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 0 (0.39% from 255 or 0% 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 #560057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560057 is #A9FFA8. Grayscale: #232323. Windows color (decimal): -11141033 or 5701718. OLE color: 5701718.

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

Color convert

RGB 86 0 87 -
CMYK 0.01 1 0 0.66
HSL 299.31º 1% 0.17% -
HSV(B) 299.31º 1% 0.34% -
XYZ 5.56 2.67 9.24 -
YUV 35.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 86 0 87 0.01 1 0 0.66 299.31 1 0.17
Hex 56 0 57 1 64 0 42 12B 64 11
Octal 126 0 127 1 144 0 102 453 144 21
Binary 1010110 0 1010111 1 1100100 0 1000010 100101011 1100100 10001

Color Harmonies of #560057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560057

Black with #560057

Text Example


Text Example

White with #560057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560057; }

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

 H1.HeaderClassName
 {
   color: #560057;
 }
 .AnyTagClassName
 {
   color: #560057;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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