#560538

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

Shades of Tyrian Purple #560538

Tints of Tyrian Purple #560538

Color information

#560538 (or 0x560538) is unknown color: approx Tyrian Purple. HEX triplet: 56, 05 and 38. RGB value is (86,5,56). Sum of RGB (Red+Green+Blue) = 86+5+56=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #560538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560538 is #A9FAC7. Grayscale: #222222. Windows color (decimal): -11139784 or 3671382. OLE color: 3671382.

HSL color Cylindrical-coordinate representation of color #560538: hue angle of 322.22º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560538 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.66.

Color convert

RGB86556-
CMYK00.940.350.66
HSL322.22º89.01%17.84%-
HSV(B)322.22º94.19%33.73%-
XYZ4.612.373.96-
YUV35.03139.84164.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=58.50%
G=3.40%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8655600.940.350.66322.2289.0117.84
Hex5653805E23421425912
Octal12657001364310250213122
Binary1010110101111000010111101000111000010101000010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560538; }

 p { color: rgb(86,5,56); }

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

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

 a { background-color: rgb(86,5,56); }

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

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

 span { border-color: rgb(86,5,56); }

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