#560B41

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

Shades of Tyrian Purple #560B41

Tints of Tyrian Purple #560B41

Color information

#560B41 (or 0x560B41) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0B and 41. RGB value is (86,11,65). Sum of RGB (Red+Green+Blue) = 86+11+65=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #560B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B41 is #A9F4BE. Grayscale: #272727. Windows color (decimal): -11138239 or 4262742. OLE color: 4262742.

HSL color Cylindrical-coordinate representation of color #560B41: hue angle of 316.8º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B41 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB861165-
CMYK00.870.240.66
HSL316.8º77.32%19.02%-
HSV(B)316.8º87.21%33.73%-
XYZ4.912.65.24-
YUV39.58142.35161.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 11 (4.69% from 255) = 6.79%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=53.09%
G=6.79%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86116500.870.240.66316.877.3219.02
Hex56B41057184213d4d13
Octal1261310101273010247511523
Binary10101101011100000101010111110001000010100111101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560B41; }

 p { color: rgb(86,11,65); }

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

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

 a { background-color: rgb(86,11,65); }

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

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

 span { border-color: rgb(86,11,65); }

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