#560B3A

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

Shades of Tyrian Purple #560B3A

Tints of Tyrian Purple #560B3A

Color information

#560B3A (or 0x560B3A) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0B and 3A. RGB value is (86,11,58). Sum of RGB (Red+Green+Blue) = 86+11+58=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #560B3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B3A is #A9F4C5. Grayscale: #262626. Windows color (decimal): -11138246 or 3803990. OLE color: 3803990.

HSL color Cylindrical-coordinate representation of color #560B3A: hue angle of 322.4º 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 #560B3A is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB861158-
CMYK00.870.330.66
HSL322.4º77.32%19.02%-
HSV(B)322.4º87.21%33.73%-
XYZ4.722.524.24-
YUV38.78138.85161.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.48%
GREEN value IS 11 (4.69% from 255) = 7.10%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=55.48%
G=7.10%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86115800.870.330.66322.477.3219.02
Hex56B3A05721421424d13
Octal126137201274110250211523
Binary10101101011111010010101111000011000010101000010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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