#560847

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

Shades of Tyrian Purple #560847

Tints of Tyrian Purple #560847

Color information

#560847 (or 0x560847) is unknown color: approx Tyrian Purple. HEX triplet: 56, 08 and 47. RGB value is (86,8,71). Sum of RGB (Red+Green+Blue) = 86+8+71=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #560847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560847 is #A9F7B8. Grayscale: #262626. Windows color (decimal): -11139001 or 4655190. OLE color: 4655190.

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

Color convert

RGB86871-
CMYK00.910.170.66
HSL311.54º82.98%18.43%-
HSV(B)311.54º90.7%33.73%-
XYZ5.062.616.2-
YUV38.5146.34161.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 71 (28.12% from 255) = 43.03%
R=52.12%
G=4.85%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8687100.910.170.66311.5482.9818.43
Hex5684705B11421385312
Octal1261010701332110247012322
Binary10101101000100011101011011100011000010100111000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560847; }

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

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

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

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

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

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

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

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