#561651

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

Shades of Palatinate Purple #561651

Tints of Palatinate Purple #561651

Color information

#561651 (or 0x561651) is unknown color: approx Palatinate Purple. HEX triplet: 56, 16 and 51. RGB value is (86,22,81). Sum of RGB (Red+Green+Blue) = 86+22+81=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #561651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561651 is #A9E9AE. Grayscale: #2F2F2F. Windows color (decimal): -11135407 or 5314134. OLE color: 5314134.

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

Color convert

RGB862281-
CMYK00.740.060.66
HSL304.69º59.26%21.18%-
HSV(B)304.69º74.42%33.73%-
XYZ5.613.158.1-
YUV47.86146.7155.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 81 (32.03% from 255) = 42.86%
R=45.50%
G=11.64%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86228100.740.060.66304.6959.2621.18
Hex56165104A6421313b15
Octal12626121011261024617325
Binary101011010110101000101001010110100001010011000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561651; }

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

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

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

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

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

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

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

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