#561851

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

Shades of Palatinate Purple #561851

Tints of Palatinate Purple #561851

Color information

#561851 (or 0x561851) is unknown color: approx Palatinate Purple. HEX triplet: 56, 18 and 51. RGB value is (86,24,81). Sum of RGB (Red+Green+Blue) = 86+24+81=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #561851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561851 is #A9E7AE. Grayscale: #303030. Windows color (decimal): -11134895 or 5314646. OLE color: 5314646.

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

Color convert

RGB862481-
CMYK00.720.060.66
HSL304.84º56.36%21.57%-
HSV(B)304.84º72.09%33.73%-
XYZ5.653.238.11-
YUV49.04146.04154.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=45.03%
G=12.57%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86248100.720.060.66304.8456.3621.57
Hex5618510486421313816
Octal12630121011061024617026
Binary101011011000101000101001000110100001010011000111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561851; }

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

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

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

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

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

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

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

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