#560A4F

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

Shades of Tyrian Purple #560A4F

Tints of Tyrian Purple #560A4F

Color information

#560A4F (or 0x560A4F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0A and 4F. RGB value is (86,10,79). Sum of RGB (Red+Green+Blue) = 86+10+79=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #560A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560A4F is #A9F5B0. Grayscale: #282828. Windows color (decimal): -11138481 or 5179990. OLE color: 5179990.

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

Color convert

RGB861079-
CMYK00.880.080.66
HSL305.53º79.17%18.82%-
HSV(B)305.53º88.37%33.73%-
XYZ5.362.767.65-
YUV40.59149.68160.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 10 (4.30% from 255) = 5.71%
BLUE value IS 79 (31.25% from 255) = 45.14%
R=49.14%
G=5.71%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86107900.880.080.66305.5379.1718.82
Hex56A4F0588421324f13
Octal1261211701301010246211723
Binary1010110101010011110101100010001000010100110010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,10,79); }

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

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

 a { background-color: rgb(86,10,79); }

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

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

 span { border-color: rgb(86,10,79); }

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