#561B52

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

Shades of Palatinate Purple #561B52

Tints of Palatinate Purple #561B52

Color information

#561B52 (or 0x561B52) is unknown color: approx Palatinate Purple. HEX triplet: 56, 1B and 52. RGB value is (86,27,82). Sum of RGB (Red+Green+Blue) = 86+27+82=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #561B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B52 is #A9E4AD. Grayscale: #323232. Windows color (decimal): -11134126 or 5380950. OLE color: 5380950.

HSL color Cylindrical-coordinate representation of color #561B52: hue angle of 304.07º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #561B52 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB862782-
CMYK00.690.050.66
HSL304.07º52.21%22.16%-
HSV(B)304.07º68.6%33.73%-
XYZ5.753.378.33-
YUV50.91145.55153.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=44.10%
G=13.85%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86278200.690.050.66304.0752.2122.16
Hex561B520455421303416
Octal12633122010551024606426
Binary101011011011101001001000101101100001010011000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561B52; }

 p { color: rgb(86,27,82); }

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

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

 a { background-color: rgb(86,27,82); }

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

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

 span { border-color: rgb(86,27,82); }

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