#561551

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

Shades of Palatinate Purple #561551

Tints of Palatinate Purple #561551

Color information

#561551 (or 0x561551) is unknown color: approx Palatinate Purple. HEX triplet: 56, 15 and 51. RGB value is (86,21,81). Sum of RGB (Red+Green+Blue) = 86+21+81=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #561551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561551 is #A9EAAE. Grayscale: #2F2F2F. Windows color (decimal): -11135663 or 5313878. OLE color: 5313878.

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

Color convert

RGB862181-
CMYK00.760.060.66
HSL304.62º60.75%20.98%-
HSV(B)304.62º75.58%33.73%-
XYZ5.593.118.09-
YUV47.28147.03155.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.74%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 81 (32.03% from 255) = 43.09%
R=45.74%
G=11.17%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86218100.760.060.66304.6260.7520.98
Hex56155104C6421313d15
Octal12625121011461024617525
Binary101011010101101000101001100110100001010011000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561551; }

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

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

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

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

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

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

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

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