#561553

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

Shades of Palatinate Purple #561553

Tints of Palatinate Purple #561553

Color information

#561553 (or 0x561553) is unknown color: approx Palatinate Purple. HEX triplet: 56, 15 and 53. RGB value is (86,21,83). Sum of RGB (Red+Green+Blue) = 86+21+83=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #561553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561553 is #A9EAAC. Grayscale: #2F2F2F. Windows color (decimal): -11135661 or 5444950. OLE color: 5444950.

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

Color convert

RGB862183-
CMYK00.760.030.66
HSL302.77º60.75%20.98%-
HSV(B)302.77º75.58%33.73%-
XYZ5.673.148.49-
YUV47.5148.03155.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=45.26%
G=11.05%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86218300.760.030.66302.7760.7520.98
Hex56155304C34212f3d15
Octal12625123011431024577525
Binary10101101010110100110100110011100001010010111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561553; }

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

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

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

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

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

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

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

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