Html Css Color HEX #560659 Palatinate Purple

📋 copy color: '#560659'

red 86 ◦ green 6 ◦ blue 89

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

Shades of Palatinate Purple #560659

Tints of Palatinate Purple #560659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

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

R = 47.51%
G = 3.31%
B = 49.17%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#560659 (or 0x560659) is known color: Palatinate Purple. HEX triplet: 56, 06 and 59. RGB value is (86,6,89). Sum of RGB (Red+Green+Blue) = 86+6+89=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #560659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560659 is #A9F9A6. Grayscale: #272727. Windows color (decimal): -11139495 or 5834326. OLE color: 5834326.

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

Color convert

RGB 86 6 89 -
CMYK 0.03 0.93 0 0.65
HSL 297.83º 0.87% 0.19% -
HSV(B) 297.83º 0.93% 0.35% -
XYZ 5.71 2.83 9.7 -
YUV 39.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 86 6 89 0.03 0.93 0 0.65 297.83 0.87 0.19
Hex 56 6 59 3 5D 0 41 12A 57 13
Octal 126 6 131 3 135 0 101 452 127 23
Binary 1010110 110 1011001 11 1011101 0 1000001 100101010 1010111 10011

Color Harmonies of #560659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560659

Black with #560659

Text Example


Text Example

White with #560659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560659; }

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

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

background-color css

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

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

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

border-color css

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

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

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