#561C51

Color #561C51 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #561C51

Tints of Palatinate Purple #561C51

Color information

#561C51 (or 0x561C51) is unknown color: approx Palatinate Purple. HEX triplet: 56, 1C and 51. RGB value is (86,28,81). Sum of RGB (Red+Green+Blue) = 86+28+81=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #561C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561C51 is #A9E3AE. Grayscale: #333333. Windows color (decimal): -11133871 or 5315670. OLE color: 5315670.

HSL color Cylindrical-coordinate representation of color #561C51: hue angle of 305.17º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561C51 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB862881-
CMYK00.670.060.66
HSL305.17º50.88%22.35%-
HSV(B)305.17º67.44%33.73%-
XYZ5.743.48.14-
YUV51.38144.72152.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=44.10%
G=14.36%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86288100.670.060.66305.1750.8822.35
Hex561C510436421313316
Octal12634121010361024616326
Binary101011011100101000101000011110100001010011000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561C51; }

 p { color: rgb(86,28,81); }

 H1.HeaderClassName
 {
   color: #561C51;
 }
 .AnyTagClassName
 {
   color: #561C51;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #561C51;
 }
 .BgClassName
 {
   background-color: #561C51;
 }
</style>
border-color css

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

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

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