#561340

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

Shades of Tyrian Purple #561340

Tints of Tyrian Purple #561340

Color information

#561340 (or 0x561340) is unknown color: approx Tyrian Purple. HEX triplet: 56, 13 and 40. RGB value is (86,19,64). Sum of RGB (Red+Green+Blue) = 86+19+64=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #561340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561340 is #A9ECBF. Grayscale: #2C2C2C. Windows color (decimal): -11136192 or 4199254. OLE color: 4199254.

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

Color convert

RGB861964-
CMYK00.780.260.66
HSL319.7º63.81%20.59%-
HSV(B)319.7º77.91%33.73%-
XYZ52.815.13-
YUV44.16139.2157.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.89%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=50.89%
G=11.24%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86196400.780.260.66319.763.8120.59
Hex56134004E1A421404015
Octal1262310001163210250010025
Binary101011010011100000001001110110101000010101000000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561340; }

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

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

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

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

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

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

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

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