#560443

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

Shades of Tyrian Purple #560443

Tints of Tyrian Purple #560443

Color information

#560443 (or 0x560443) is unknown color: approx Tyrian Purple. HEX triplet: 56, 04 and 43. RGB value is (86,4,67). Sum of RGB (Red+Green+Blue) = 86+4+67=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #560443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560443 is #A9FBBC. Grayscale: #232323. Windows color (decimal): -11140029 or 4392022. OLE color: 4392022.

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

Color convert

RGB86467-
CMYK00.950.220.66
HSL313.9º91.11%17.65%-
HSV(B)313.9º95.35%33.73%-
XYZ4.892.475.53-
YUV35.7145.67163.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 67 (26.56% from 255) = 42.68%
R=54.78%
G=2.55%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8646700.950.220.66313.991.1117.65
Hex5644305F164213a5b12
Octal126410301372610247213322
Binary1010110100100001101011111101101000010100111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560443; }

 p { color: rgb(86,4,67); }

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

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

 a { background-color: rgb(86,4,67); }

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

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

 span { border-color: rgb(86,4,67); }

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