Html Css Color HEX #560056 Palatinate Purple

📋 copy color: '#560056'

red 86 ◦ green 0 ◦ blue 86

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

Shades of Palatinate Purple #560056

Tints of Palatinate Purple #560056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#560056 (or 0x560056) is known color: Palatinate Purple. HEX triplet: 56, 00 and 56. RGB value is (86,0,86). Sum of RGB (Red+Green+Blue) = 86+0+86=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #560056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560056 is #A9FFA9. Grayscale: #232323. Windows color (decimal): -11141034 or 5636182. OLE color: 5636182.

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

Color convert

RGB 86 0 86 -
CMYK 0 1 0 0.66
HSL 300º 1% 0.17% -
HSV(B) 300º 1% 0.34% -
XYZ 5.52 2.65 9.02 -
YUV 35.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 86 0 86 0 1 0 0.66 300 1 0.17
Hex 56 0 56 0 64 0 42 12C 64 11
Octal 126 0 126 0 144 0 102 454 144 21
Binary 1010110 0 1010110 0 1100100 0 1000010 100101100 1100100 10001

Color Harmonies of #560056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560056

Black with #560056

Text Example


Text Example

White with #560056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560056; }

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

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

background-color css

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

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

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

border-color css

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

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

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