#561346

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

Shades of Tyrian Purple #561346

Tints of Tyrian Purple #561346

Color information

#561346 (or 0x561346) is unknown color: approx Tyrian Purple. HEX triplet: 56, 13 and 46. RGB value is (86,19,70). Sum of RGB (Red+Green+Blue) = 86+19+70=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #561346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561346 is #A9ECB9. Grayscale: #2C2C2C. Windows color (decimal): -11136186 or 4592470. OLE color: 4592470.

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

Color convert

RGB861970-
CMYK00.780.190.66
HSL314.33º63.81%20.59%-
HSV(B)314.33º77.91%33.73%-
XYZ5.182.896.08-
YUV44.85142.2157.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 70 (27.73% from 255) = 40%
R=49.14%
G=10.86%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86197000.780.190.66314.3363.8120.59
Hex56134604E134213a4015
Octal1262310601162310247210025
Binary101011010011100011001001110100111000010100111010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561346; }

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

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

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

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

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

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

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

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