#561347

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

Shades of Tyrian Purple #561347

Tints of Tyrian Purple #561347

Color information

#561347 (or 0x561347) is unknown color: approx Tyrian Purple. HEX triplet: 56, 13 and 47. RGB value is (86,19,71). Sum of RGB (Red+Green+Blue) = 86+19+71=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #561347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561347 is #A9ECB8. Grayscale: #2C2C2C. Windows color (decimal): -11136185 or 4658006. OLE color: 4658006.

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

Color convert

RGB861971-
CMYK00.780.170.66
HSL313.43º63.81%20.59%-
HSV(B)313.43º77.91%33.73%-
XYZ5.212.96.25-
YUV44.96142.7157.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 71 (28.12% from 255) = 40.34%
R=48.86%
G=10.80%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86197100.780.170.66313.4363.8120.59
Hex56134704E11421394015
Octal1262310701162110247110025
Binary101011010011100011101001110100011000010100111001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561347; }

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

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

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

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

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

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

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

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