#561451

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

Shades of Palatinate Purple #561451

Tints of Palatinate Purple #561451

Color information

#561451 (or 0x561451) is unknown color: approx Palatinate Purple. HEX triplet: 56, 14 and 51. RGB value is (86,20,81). Sum of RGB (Red+Green+Blue) = 86+20+81=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #561451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561451 is #A9EBAE. Grayscale: #2E2E2E. Windows color (decimal): -11135919 or 5313622. OLE color: 5313622.

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

Color convert

RGB862081-
CMYK00.770.060.66
HSL304.55º62.26%20.78%-
HSV(B)304.55º76.74%33.73%-
XYZ5.573.078.08-
YUV46.69147.37156.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=45.99%
G=10.70%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86208100.770.060.66304.5562.2620.78
Hex56145104D6421313e15
Octal12624121011561024617625
Binary101011010100101000101001101110100001010011000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561451; }

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

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

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

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

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

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

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

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