#561053

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

Shades of Palatinate Purple #561053

Tints of Palatinate Purple #561053

Color information

#561053 (or 0x561053) is unknown color: approx Palatinate Purple. HEX triplet: 56, 10 and 53. RGB value is (86,16,83). Sum of RGB (Red+Green+Blue) = 86+16+83=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #561053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561053 is #A9EFAC. Grayscale: #2C2C2C. Windows color (decimal): -11136941 or 5443670. OLE color: 5443670.

HSL color Cylindrical-coordinate representation of color #561053: hue angle of 302.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561053 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB861683-
CMYK00.810.030.66
HSL302.57º68.63%20%-
HSV(B)302.57º81.4%33.73%-
XYZ5.582.978.46-
YUV44.57149.69157.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=46.49%
G=8.65%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86168300.810.030.66302.5768.6320
Hex56105305134212f4514
Octal126201230121310245710524
Binary101011010000101001101010001111000010100101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561053; }

 p { color: rgb(86,16,83); }

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

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

 a { background-color: rgb(86,16,83); }

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

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

 span { border-color: rgb(86,16,83); }

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