#560D4A

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

Shades of Tyrian Purple #560D4A

Tints of Tyrian Purple #560D4A

Color information

#560D4A (or 0x560D4A) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0D and 4A. RGB value is (86,13,74). Sum of RGB (Red+Green+Blue) = 86+13+74=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #560D4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560D4A is #A9F2B5. Grayscale: #292929. Windows color (decimal): -11137718 or 4853078. OLE color: 4853078.

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

Color convert

RGB861374-
CMYK00.850.140.66
HSL309.86º73.74%19.41%-
HSV(B)309.86º84.88%33.73%-
XYZ5.222.766.74-
YUV41.78146.18159.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 13 (5.47% from 255) = 7.51%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=49.71%
G=7.51%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86137400.850.140.66309.8673.7419.41
Hex56D4A055E421364a13
Octal1261511201251610246611223
Binary1010110110110010100101010111101000010100110110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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