Html Css Color HEX #560655 Palatinate Purple

📋 copy color: '#560655'

red 86 ◦ green 6 ◦ blue 85

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

Shades of Palatinate Purple #560655

Tints of Palatinate Purple #560655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 48.02%

R = 48.59%
G = 3.39%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#560655 (or 0x560655) is known color: Palatinate Purple. HEX triplet: 56, 06 and 55. RGB value is (86,6,85). Sum of RGB (Red+Green+Blue) = 86+6+85=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #560655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560655 is #A9F9AA. Grayscale: #262626. Windows color (decimal): -11139499 or 5572182. OLE color: 5572182.

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

Color convert

RGB 86 6 85 -
CMYK 0 0.93 0.01 0.66
HSL 300.75º 0.87% 0.18% -
HSV(B) 300.75º 0.93% 0.34% -
XYZ 5.54 2.76 8.84 -
YUV 38.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 86 6 85 0 0.93 0.01 0.66 300.75 0.87 0.18
Hex 56 6 55 0 5D 1 42 12D 57 12
Octal 126 6 125 0 135 1 102 455 127 22
Binary 1010110 110 1010101 0 1011101 1 1000010 100101101 1010111 10010

Color Harmonies of #560655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560655

Black with #560655

Text Example


Text Example

White with #560655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560655; }

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

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

background-color css

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

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

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

border-color css

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

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

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