#560E38

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

Shades of Tyrian Purple #560E38

Tints of Tyrian Purple #560E38

Color information

#560E38 (or 0x560E38) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0E and 38. RGB value is (86,14,56). Sum of RGB (Red+Green+Blue) = 86+14+56=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #560E38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E38 is #A9F1C7. Grayscale: #282828. Windows color (decimal): -11137480 or 3673686. OLE color: 3673686.

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

Color convert

RGB861456-
CMYK00.840.350.66
HSL325º72%19.61%-
HSV(B)325º83.72%33.73%-
XYZ4.712.583.99-
YUV40.32136.85160.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 14 (5.86% from 255) = 8.97%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=55.13%
G=8.97%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86145600.840.350.663257219.61
Hex56E3805423421454814
Octal126167001244310250511024
Binary10101101110111000010101001000111000010101000101100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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