#561540

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

Shades of Tyrian Purple #561540

Tints of Tyrian Purple #561540

Color information

#561540 (or 0x561540) is unknown color: approx Tyrian Purple. HEX triplet: 56, 15 and 40. RGB value is (86,21,64). Sum of RGB (Red+Green+Blue) = 86+21+64=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #561540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561540 is #A9EABF. Grayscale: #2D2D2D. Windows color (decimal): -11135680 or 4199766. OLE color: 4199766.

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

Color convert

RGB862164-
CMYK00.760.260.66
HSL320.31º60.75%20.98%-
HSV(B)320.31º75.58%33.73%-
XYZ5.032.885.14-
YUV45.34138.53157-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=50.29%
G=12.28%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86216400.760.260.66320.3160.7520.98
Hex56154004C1A421403d15
Octal126251000114321025007525
Binary10101101010110000000100110011010100001010100000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561540; }

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

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

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

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

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

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

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

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