#560542

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

Shades of Tyrian Purple #560542

Tints of Tyrian Purple #560542

Color information

#560542 (or 0x560542) is unknown color: approx Tyrian Purple. HEX triplet: 56, 05 and 42. RGB value is (86,5,66). Sum of RGB (Red+Green+Blue) = 86+5+66=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #560542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560542 is #A9FABD. Grayscale: #242424. Windows color (decimal): -11139774 or 4326742. OLE color: 4326742.

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

Color convert

RGB86566-
CMYK00.940.230.66
HSL314.81º89.01%17.84%-
HSV(B)314.81º94.19%33.73%-
XYZ4.882.485.38-
YUV36.17144.84163.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=54.78%
G=3.18%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8656600.940.230.66314.8189.0117.84
Hex5654205E174213b5912
Octal126510201362710247313122
Binary1010110101100001001011110101111000010100111011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560542; }

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

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

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

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

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

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

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

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