Html Css Color HEX #560D4E Palatinate Purple

📋 copy color: '#560D4E'

red 86 ◦ green 13 ◦ blue 78

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

Shades of Palatinate Purple #560D4E

Tints of Palatinate Purple #560D4E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.34%

 BLUE value IS 78 (30.86% from 255) = 44.07%

R = 48.59%
G = 7.34%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#560D4E (or 0x560D4E) is known color: Palatinate Purple. HEX triplet: 56, 0D and 4E. RGB value is (86,13,78). Sum of RGB (Red+Green+Blue) = 86+13+78=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #560D4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D4E is #A9F2B1. Grayscale: #2A2A2A. Windows color (decimal): -11137714 or 5115222. OLE color: 5115222.

HSL color Cylindrical-coordinate representation of color #560D4E: hue angle of 306.58º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560D4E is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 13 78 -
CMYK 0 0.85 0.09 0.66
HSL 306.58º 0.74% 0.19% -
HSV(B) 306.58º 0.85% 0.34% -
XYZ 5.36 2.82 7.47 -
YUV 42.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 86 13 78 0 0.85 0.09 0.66 306.58 0.74 0.19
Hex 56 D 4E 0 55 9 42 133 4A 13
Octal 126 15 116 0 125 11 102 463 112 23
Binary 1010110 1101 1001110 0 1010101 1001 1000010 100110011 1001010 10011

Color Harmonies of #560D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D4E

Black with #560D4E

Text Example


Text Example

White with #560D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560D4E; }

 p { color: rgb(86,13,78); }

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

background-color css

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

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

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

border-color css

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

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

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