#561752

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

Shades of Palatinate Purple #561752

Tints of Palatinate Purple #561752

Color information

#561752 (or 0x561752) is unknown color: approx Palatinate Purple. HEX triplet: 56, 17 and 52. RGB value is (86,23,82). Sum of RGB (Red+Green+Blue) = 86+23+82=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #561752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561752 is #A9E8AD. Grayscale: #303030. Windows color (decimal): -11135150 or 5379926. OLE color: 5379926.

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

Color convert

RGB862382-
CMYK00.730.050.66
HSL303.81º57.8%21.37%-
HSV(B)303.81º73.26%33.73%-
XYZ5.673.28.3-
YUV48.56146.87154.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 82 (32.42% from 255) = 42.93%
R=45.03%
G=12.04%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86238200.730.050.66303.8157.821.37
Hex5617520495421303a15
Octal12627122011151024607225
Binary101011010111101001001001001101100001010011000011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561752; }

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

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

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

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

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

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

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

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