Html Css Color HEX #560959 Palatinate Purple

📋 copy color: '#560959'

red 86 ◦ green 9 ◦ blue 89

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

Shades of Palatinate Purple #560959

Tints of Palatinate Purple #560959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.89%

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

R = 46.74%
G = 4.89%
B = 48.37%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#560959 (or 0x560959) is known color: Palatinate Purple. HEX triplet: 56, 09 and 59. RGB value is (86,9,89). Sum of RGB (Red+Green+Blue) = 86+9+89=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #560959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560959 is #A9F6A6. Grayscale: #282828. Windows color (decimal): -11138727 or 5835094. OLE color: 5835094.

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

Color convert

RGB 86 9 89 -
CMYK 0.03 0.90 0 0.65
HSL 297.75º 0.82% 0.19% -
HSV(B) 297.75º 0.9% 0.35% -
XYZ 5.74 2.9 9.71 -
YUV 41.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 86 9 89 0.03 0.90 0 0.65 297.75 0.82 0.19
Hex 56 9 59 3 5A 0 41 12A 52 13
Octal 126 11 131 3 132 0 101 452 122 23
Binary 1010110 1001 1011001 11 1011010 0 1000001 100101010 1010010 10011

Color Harmonies of #560959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560959

Black with #560959

Text Example


Text Example

White with #560959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560959; }

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

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

background-color css

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

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

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

border-color css

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

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

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