#560047

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

Shades of Tyrian Purple #560047

Tints of Tyrian Purple #560047

Color information

#560047 (or 0x560047) is unknown color: approx Tyrian Purple. HEX triplet: 56, 00 and 47. RGB value is (86,0,71). Sum of RGB (Red+Green+Blue) = 86+0+71=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #560047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560047 is #A9FFB8. Grayscale: #212121. Windows color (decimal): -11141049 or 4653142. OLE color: 4653142.

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

Color convert

RGB86071-
CMYK010.170.66
HSL310.47º100%16.86%-
HSV(B)310.47º100%33.73%-
XYZ4.982.436.17-
YUV33.81148.99165.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 45.22%
R=54.78%
G=0%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86071010.170.66310.4710016.86
Hex5604706411421366411
Octal126010701442110246614421
Binary10101100100011101100100100011000010100110110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560047; }

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

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

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

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

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

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

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

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