#560147

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

Shades of Tyrian Purple #560147

Tints of Tyrian Purple #560147

Color information

#560147 (or 0x560147) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 47. RGB value is (86,1,71). Sum of RGB (Red+Green+Blue) = 86+1+71=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #560147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560147 is #A9FEB8. Grayscale: #222222. Windows color (decimal): -11140793 or 4653398. OLE color: 4653398.

HSL color Cylindrical-coordinate representation of color #560147: hue angle of 310.59º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560147 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB86171-
CMYK00.990.170.66
HSL310.59º97.7%17.06%-
HSV(B)310.59º98.84%33.73%-
XYZ4.992.466.17-
YUV34.39148.66164.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=54.43%
G=0.63%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8617100.990.170.66310.5997.717.06
Hex5614706311421376211
Octal126110701432110246714221
Binary10101101100011101100011100011000010100110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560147; }

 p { color: rgb(86,1,71); }

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

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

 a { background-color: rgb(86,1,71); }

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

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

 span { border-color: rgb(86,1,71); }

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