#561B51

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

Shades of Palatinate Purple #561B51

Tints of Palatinate Purple #561B51

Color information

#561B51 (or 0x561B51) is unknown color: approx Palatinate Purple. HEX triplet: 56, 1B and 51. RGB value is (86,27,81). Sum of RGB (Red+Green+Blue) = 86+27+81=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #561B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B51 is #A9E4AE. Grayscale: #323232. Windows color (decimal): -11134127 or 5315414. OLE color: 5315414.

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

Color convert

RGB862781-
CMYK00.690.060.66
HSL305.08º52.21%22.16%-
HSV(B)305.08º68.6%33.73%-
XYZ5.713.368.13-
YUV50.8145.05153.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 27 (10.94% from 255) = 13.92%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=44.33%
G=13.92%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86278100.690.060.66305.0852.2122.16
Hex561B510456421313416
Octal12633121010561024616426
Binary101011011011101000101000101110100001010011000111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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