#561751

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

Shades of Palatinate Purple #561751

Tints of Palatinate Purple #561751

Color information

#561751 (or 0x561751) is unknown color: approx Palatinate Purple. HEX triplet: 56, 17 and 51. RGB value is (86,23,81). Sum of RGB (Red+Green+Blue) = 86+23+81=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #561751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561751 is #A9E8AE. Grayscale: #303030. Windows color (decimal): -11135151 or 5314390. OLE color: 5314390.

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

Color convert

RGB862381-
CMYK00.730.060.66
HSL304.76º57.8%21.37%-
HSV(B)304.76º73.26%33.73%-
XYZ5.633.198.1-
YUV48.45146.37154.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=45.26%
G=12.11%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86238100.730.060.66304.7657.821.37
Hex5617510496421313a15
Octal12627121011161024617225
Binary101011010111101000101001001110100001010011000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561751; }

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

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

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

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

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

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

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

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