Html Css Color HEX #560059 Palatinate Purple

📋 copy color: '#560059'

red 86 ◦ green 0 ◦ blue 89

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

Shades of Palatinate Purple #560059

Tints of Palatinate Purple #560059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50.86%

R = 49.14%
G = 0%
B = 50.86%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#560059 (or 0x560059) is known color: Palatinate Purple. HEX triplet: 56, 00 and 59. RGB value is (86,0,89). Sum of RGB (Red+Green+Blue) = 86+0+89=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #560059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560059 is #A9FFA6. Grayscale: #232323. Windows color (decimal): -11141031 or 5832790. OLE color: 5832790.

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

Color convert

RGB 86 0 89 -
CMYK 0.03 1 0 0.65
HSL 297.98º 1% 0.17% -
HSV(B) 297.98º 1% 0.35% -
XYZ 5.64 2.7 9.67 -
YUV 35.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 86 0 89 0.03 1 0 0.65 297.98 1 0.17
Hex 56 0 59 3 64 0 41 12A 64 11
Octal 126 0 131 3 144 0 101 452 144 21
Binary 1010110 0 1011001 11 1100100 0 1000001 100101010 1100100 10001

Color Harmonies of #560059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560059

Black with #560059

Text Example


Text Example

White with #560059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560059; }

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

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

background-color css

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

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

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

border-color css

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

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

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