#560F52

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

Shades of Palatinate Purple #560F52

Tints of Palatinate Purple #560F52

Color information

#560F52 (or 0x560F52) is unknown color: approx Palatinate Purple. HEX triplet: 56, 0F and 52. RGB value is (86,15,82). Sum of RGB (Red+Green+Blue) = 86+15+82=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #560F52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560F52 is #A9F0AD. Grayscale: #2B2B2B. Windows color (decimal): -11137198 or 5377878. OLE color: 5377878.

HSL color Cylindrical-coordinate representation of color #560F52: hue angle of 303.38º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #560F52 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB861582-
CMYK00.830.050.66
HSL303.38º70.3%19.8%-
HSV(B)303.38º82.56%33.73%-
XYZ5.532.938.26-
YUV43.87149.52158.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 15 (6.25% from 255) = 8.20%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=46.99%
G=8.20%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86158200.830.050.66303.3870.319.8
Hex56F5205354212f4614
Octal126171220123510245710624
Binary101011011111010010010100111011000010100101111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560F52; }

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

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

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

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

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

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

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

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