#560E35

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

Shades of Tyrian Purple #560E35

Tints of Tyrian Purple #560E35

Color information

#560E35 (or 0x560E35) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0E and 35. RGB value is (86,14,53). Sum of RGB (Red+Green+Blue) = 86+14+53=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #560E35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E35 is #A9F1CA. Grayscale: #272727. Windows color (decimal): -11137483 or 3477078. OLE color: 3477078.

HSL color Cylindrical-coordinate representation of color #560E35: hue angle of 327.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E35 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB861453-
CMYK00.840.380.66
HSL327.5º72%19.61%-
HSV(B)327.5º83.72%33.73%-
XYZ4.642.553.62-
YUV39.97135.35160.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 14 (5.86% from 255) = 9.15%
BLUE value IS 53 (21.09% from 255) = 34.64%
R=56.21%
G=9.15%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86145300.840.380.66327.57219.61
Hex56E3505426421484814
Octal126166501244610251011024
Binary10101101110110101010101001001101000010101001000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,14,53); }

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

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

 a { background-color: rgb(86,14,53); }

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

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

 span { border-color: rgb(86,14,53); }

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