#561049

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

Shades of Tyrian Purple #561049

Tints of Tyrian Purple #561049

Color information

#561049 (or 0x561049) is unknown color: approx Tyrian Purple. HEX triplet: 56, 10 and 49. RGB value is (86,16,73). Sum of RGB (Red+Green+Blue) = 86+16+73=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #561049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561049 is #A9EFB6. Grayscale: #2B2B2B. Windows color (decimal): -11136951 or 4788310. OLE color: 4788310.

HSL color Cylindrical-coordinate representation of color #561049: hue angle of 311.14º 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 #561049 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB861673-
CMYK00.810.150.66
HSL311.14º68.63%20%-
HSV(B)311.14º81.4%33.73%-
XYZ5.232.836.57-
YUV43.43144.69158.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=49.14%
G=9.14%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86167300.810.150.66311.1468.6320
Hex561049051F421374514
Octal1262011101211710246710524
Binary10101101000010010010101000111111000010100110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561049; }

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

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

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

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

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

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

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

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