#561753

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

Shades of Palatinate Purple #561753

Tints of Palatinate Purple #561753

Color information

#561753 (or 0x561753) is unknown color: approx Palatinate Purple. HEX triplet: 56, 17 and 53. RGB value is (86,23,83). Sum of RGB (Red+Green+Blue) = 86+23+83=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #561753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561753 is #A9E8AC. Grayscale: #303030. Windows color (decimal): -11135149 or 5445462. OLE color: 5445462.

HSL color Cylindrical-coordinate representation of color #561753: hue angle of 302.86º 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 #561753 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB862383-
CMYK00.730.030.66
HSL302.86º57.8%21.37%-
HSV(B)302.86º73.26%33.73%-
XYZ5.713.228.5-
YUV48.68147.37154.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 83 (32.81% from 255) = 43.23%
R=44.79%
G=11.98%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86238300.730.030.66302.8657.821.37
Hex56175304934212f3a15
Octal12627123011131024577225
Binary10101101011110100110100100111100001010010111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561753; }

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

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

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

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

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

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

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

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