#560340

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

Shades of Tyrian Purple #560340

Tints of Tyrian Purple #560340

Color information

#560340 (or 0x560340) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 40. RGB value is (86,3,64). Sum of RGB (Red+Green+Blue) = 86+3+64=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #560340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560340 is #A9FCBF. Grayscale: #222222. Windows color (decimal): -11140288 or 4195158. OLE color: 4195158.

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

Color convert

RGB86364-
CMYK00.970.260.66
HSL315.9º93.26%17.45%-
HSV(B)315.9º96.51%33.73%-
XYZ4.82.415.06-
YUV34.77144.5164.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=56.21%
G=1.96%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8636400.970.260.66315.993.2617.45
Hex563400611A4213c5d11
Octal126310001413210247413521
Binary101011011100000001100001110101000010100111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560340; }

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

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

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

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

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

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

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

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