#561951

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

Shades of Palatinate Purple #561951

Tints of Palatinate Purple #561951

Color information

#561951 (or 0x561951) is unknown color: approx Palatinate Purple. HEX triplet: 56, 19 and 51. RGB value is (86,25,81). Sum of RGB (Red+Green+Blue) = 86+25+81=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #561951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561951 is #A9E6AE. Grayscale: #313131. Windows color (decimal): -11134639 or 5314902. OLE color: 5314902.

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

Color convert

RGB862581-
CMYK00.710.060.66
HSL304.92º54.95%21.76%-
HSV(B)304.92º70.93%33.73%-
XYZ5.673.278.12-
YUV49.62145.71153.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=44.79%
G=13.02%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86258100.710.060.66304.9254.9521.76
Hex5619510476421313716
Octal12631121010761024616726
Binary101011011001101000101000111110100001010011000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561951; }

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

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

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

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

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

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

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

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