#560D3E

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

Shades of Tyrian Purple #560D3E

Tints of Tyrian Purple #560D3E

Color information

#560D3E (or 0x560D3E) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0D and 3E. RGB value is (86,13,62). Sum of RGB (Red+Green+Blue) = 86+13+62=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #560D3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560D3E is #A9F2C1. Grayscale: #282828. Windows color (decimal): -11137730 or 4066646. OLE color: 4066646.

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

Color convert

RGB861362-
CMYK00.850.280.66
HSL319.73º73.74%19.41%-
HSV(B)319.73º84.88%33.73%-
XYZ4.852.614.81-
YUV40.41140.18160.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 62 (24.61% from 255) = 38.51%
R=53.42%
G=8.07%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86136200.850.280.66319.7373.7419.41
Hex56D3E0551C421404a13
Octal126157601253410250011223
Binary1010110110111111001010101111001000010101000000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,13,62); }

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

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

 a { background-color: rgb(86,13,62); }

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

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

 span { border-color: rgb(86,13,62); }

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