Html Css Color HEX #560D57 Palatinate Purple

📋 copy color: '#560D57'

red 86 ◦ green 13 ◦ blue 87

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

Shades of Palatinate Purple #560D57

Tints of Palatinate Purple #560D57

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.99%

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

R = 46.24%
G = 6.99%
B = 46.77%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#560D57 (or 0x560D57) is known color: Palatinate Purple. HEX triplet: 56, 0D and 57. RGB value is (86,13,87). Sum of RGB (Red+Green+Blue) = 86+13+87=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #560D57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D57 is #A9F2A8. Grayscale: #2B2B2B. Windows color (decimal): -11137705 or 5705046. OLE color: 5705046.

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

Color convert

RGB 86 13 87 -
CMYK 0.01 0.85 0 0.66
HSL 299.19º 0.74% 0.2% -
HSV(B) 299.19º 0.85% 0.34% -
XYZ 5.7 2.95 9.29 -
YUV 43.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 86 13 87 0.01 0.85 0 0.66 299.19 0.74 0.2
Hex 56 D 57 1 55 0 42 12B 4A 14
Octal 126 15 127 1 125 0 102 453 112 24
Binary 1010110 1101 1010111 1 1010101 0 1000010 100101011 1001010 10100

Color Harmonies of #560D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D57

Black with #560D57

Text Example


Text Example

White with #560D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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