#561543

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

Shades of Tyrian Purple #561543

Tints of Tyrian Purple #561543

Color information

#561543 (or 0x561543) is unknown color: approx Tyrian Purple. HEX triplet: 56, 15 and 43. RGB value is (86,21,67). Sum of RGB (Red+Green+Blue) = 86+21+67=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #561543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561543 is #A9EABC. Grayscale: #2D2D2D. Windows color (decimal): -11135677 or 4396374. OLE color: 4396374.

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

Color convert

RGB862167-
CMYK00.760.220.66
HSL317.54º60.75%20.98%-
HSV(B)317.54º75.58%33.73%-
XYZ5.122.925.6-
YUV45.68140.03156.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 67 (26.56% from 255) = 38.51%
R=49.43%
G=12.07%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86216700.760.220.66317.5460.7520.98
Hex56154304C164213e3d15
Octal126251030114261024767525
Binary10101101010110000110100110010110100001010011111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561543; }

 p { color: rgb(86,21,67); }

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

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

 a { background-color: rgb(86,21,67); }

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

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

 span { border-color: rgb(86,21,67); }

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