#560D3F

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

Shades of Tyrian Purple #560D3F

Tints of Tyrian Purple #560D3F

Color information

#560D3F (or 0x560D3F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0D and 3F. RGB value is (86,13,63). Sum of RGB (Red+Green+Blue) = 86+13+63=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #560D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560D3F is #A9F2C0. Grayscale: #282828. Windows color (decimal): -11137729 or 4132182. OLE color: 4132182.

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

Color convert

RGB861363-
CMYK00.850.270.66
HSL318.9º73.74%19.41%-
HSV(B)318.9º84.88%33.73%-
XYZ4.882.634.95-
YUV40.53140.68160.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 63 (25% from 255) = 38.89%
R=53.09%
G=8.02%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86136300.850.270.66318.973.7419.41
Hex56D3F0551B4213f4a13
Octal126157701253310247711223
Binary1010110110111111101010101110111000010100111111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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