#561047

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

Shades of Tyrian Purple #561047

Tints of Tyrian Purple #561047

Color information

#561047 (or 0x561047) is unknown color: approx Tyrian Purple. HEX triplet: 56, 10 and 47. RGB value is (86,16,71). Sum of RGB (Red+Green+Blue) = 86+16+71=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #561047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561047 is #A9EFB8. Grayscale: #2B2B2B. Windows color (decimal): -11136953 or 4657238. OLE color: 4657238.

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

Color convert

RGB861671-
CMYK00.810.170.66
HSL312.86º68.63%20%-
HSV(B)312.86º81.4%33.73%-
XYZ5.162.86.23-
YUV43.2143.69158.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 71 (28.12% from 255) = 41.04%
R=49.71%
G=9.25%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86167100.810.170.66312.8668.6320
Hex56104705111421394514
Octal1262010701212110247110524
Binary101011010000100011101010001100011000010100111001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561047; }

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

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

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

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

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

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

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

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