#560A31

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

Shades of Tyrian Purple #560A31

Tints of Tyrian Purple #560A31

Color information

#560A31 (or 0x560A31) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0A and 31. RGB value is (86,10,49). Sum of RGB (Red+Green+Blue) = 86+10+49=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #560A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A31 is #A9F5CE. Grayscale: #252525. Windows color (decimal): -11138511 or 3213910. OLE color: 3213910.

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

Color convert

RGB861049-
CMYK00.880.430.66
HSL329.21º79.17%18.82%-
HSV(B)329.21º88.37%33.73%-
XYZ4.52.423.14-
YUV37.17134.68162.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 10 (4.30% from 255) = 6.90%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=59.31%
G=6.90%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86104900.880.430.66329.2179.1718.82
Hex56A310582B421494f13
Octal126126101305310251111723
Binary10101101010110001010110001010111000010101001001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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