#561447

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

Shades of Tyrian Purple #561447

Tints of Tyrian Purple #561447

Color information

#561447 (or 0x561447) is unknown color: approx Tyrian Purple. HEX triplet: 56, 14 and 47. RGB value is (86,20,71). Sum of RGB (Red+Green+Blue) = 86+20+71=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #561447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561447 is #A9EBB8. Grayscale: #2D2D2D. Windows color (decimal): -11135929 or 4658262. OLE color: 4658262.

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

Color convert

RGB862071-
CMYK00.770.170.66
HSL313.64º62.26%20.78%-
HSV(B)313.64º76.74%33.73%-
XYZ5.232.936.25-
YUV45.55142.37156.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 71 (28.12% from 255) = 40.11%
R=48.59%
G=11.30%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86207100.770.170.66313.6462.2620.78
Hex56144704D114213a3e15
Octal126241070115211024727625
Binary10101101010010001110100110110001100001010011101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561447; }

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

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

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

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

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

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

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

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