#560240

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

Shades of Tyrian Purple #560240

Tints of Tyrian Purple #560240

Color information

#560240 (or 0x560240) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 40. RGB value is (86,2,64). Sum of RGB (Red+Green+Blue) = 86+2+64=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #560240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560240 is #A9FDBF. Grayscale: #222222. Windows color (decimal): -11140544 or 4194902. OLE color: 4194902.

HSL color Cylindrical-coordinate representation of color #560240: hue angle of 315.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560240 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB86264-
CMYK00.980.260.66
HSL315.71º95.45%17.25%-
HSV(B)315.71º97.67%33.73%-
XYZ4.782.395.06-
YUV34.18144.83164.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=56.58%
G=1.32%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8626400.980.260.66315.7195.4517.25
Hex562400621A4213c5f11
Octal126210001423210247413721
Binary101011010100000001100010110101000010100111100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560240; }

 p { color: rgb(86,2,64); }

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

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

 a { background-color: rgb(86,2,64); }

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

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

 span { border-color: rgb(86,2,64); }

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