Html Css Color HEX #560553 Palatinate Purple

📋 copy color: '#560553'

red 86 ◦ green 5 ◦ blue 83

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

Shades of Palatinate Purple #560553

Tints of Palatinate Purple #560553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

 BLUE value IS 83 (32.81% from 255) = 47.7%

R = 49.43%
G = 2.87%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#560553 (or 0x560553) is known color: Palatinate Purple. HEX triplet: 56, 05 and 53. RGB value is (86,5,83). Sum of RGB (Red+Green+Blue) = 86+5+83=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #560553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560553 is #A9FAAC. Grayscale: #252525. Windows color (decimal): -11139757 or 5440854. OLE color: 5440854.

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

Color convert

RGB 86 5 83 -
CMYK 0 0.94 0.03 0.66
HSL 302.22º 0.89% 0.18% -
HSV(B) 302.22º 0.94% 0.34% -
XYZ 5.45 2.71 8.42 -
YUV 38.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 86 5 83 0 0.94 0.03 0.66 302.22 0.89 0.18
Hex 56 5 53 0 5E 3 42 12E 59 12
Octal 126 5 123 0 136 3 102 456 131 22
Binary 1010110 101 1010011 0 1011110 11 1000010 100101110 1011001 10010

Color Harmonies of #560553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560553

Black with #560553

Text Example


Text Example

White with #560553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560553; }

 p { color: rgb(86,5,83); }

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

background-color css

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

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

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

border-color css

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

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

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