#560752

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

Shades of Palatinate Purple #560752

Tints of Palatinate Purple #560752

Color information

#560752 (or 0x560752) is unknown color: approx Palatinate Purple. HEX triplet: 56, 07 and 52. RGB value is (86,7,82). Sum of RGB (Red+Green+Blue) = 86+7+82=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #560752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560752 is #A9F8AD. Grayscale: #262626. Windows color (decimal): -11139246 or 5375830. OLE color: 5375830.

HSL color Cylindrical-coordinate representation of color #560752: hue angle of 303.04º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560752 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB86782-
CMYK00.920.050.66
HSL303.04º84.95%18.24%-
HSV(B)303.04º91.86%33.73%-
XYZ5.442.748.22-
YUV39.17152.17161.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 82 (32.42% from 255) = 46.86%
R=49.14%
G=4%
B=46.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8678200.920.050.66303.0484.9518.24
Hex5675205C54212f5512
Octal12671220134510245712522
Binary10101101111010010010111001011000010100101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560752; }

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

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

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

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

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

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

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

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