#560931

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

Shades of Tyrian Purple #560931

Tints of Tyrian Purple #560931

Color information

#560931 (or 0x560931) is unknown color: approx Tyrian Purple. HEX triplet: 56, 09 and 31. RGB value is (86,9,49). Sum of RGB (Red+Green+Blue) = 86+9+49=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #560931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560931 is #A9F6CE. Grayscale: #242424. Windows color (decimal): -11138767 or 3213654. OLE color: 3213654.

HSL color Cylindrical-coordinate representation of color #560931: hue angle of 328.83º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560931 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB86949-
CMYK00.900.430.66
HSL328.83º81.05%18.63%-
HSV(B)328.83º89.53%33.73%-
XYZ4.492.43.13-
YUV36.58135.01163.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.72%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 49 (19.53% from 255) = 34.03%
R=59.72%
G=6.25%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8694900.900.430.66328.8381.0518.63
Hex5693105A2B421495113
Octal126116101325310251112123
Binary10101101001110001010110101010111000010101001001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560931; }

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

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

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

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

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

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

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

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