#560344

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

Shades of Tyrian Purple #560344

Tints of Tyrian Purple #560344

Color information

#560344 (or 0x560344) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 44. RGB value is (86,3,68). Sum of RGB (Red+Green+Blue) = 86+3+68=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #560344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560344 is #A9FCBB. Grayscale: #232323. Windows color (decimal): -11140284 or 4457302. OLE color: 4457302.

HSL color Cylindrical-coordinate representation of color #560344: hue angle of 313.01º 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 #560344 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB86368-
CMYK00.970.210.66
HSL313.01º93.26%17.45%-
HSV(B)313.01º96.51%33.73%-
XYZ4.912.465.68-
YUV35.23146.5164.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=54.78%
G=1.91%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8636800.970.210.66313.0193.2617.45
Hex5634406115421395d11
Octal126310401412510247113521
Binary101011011100010001100001101011000010100111001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560344; }

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

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

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

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

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

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

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

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