#560143

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

Shades of Tyrian Purple #560143

Tints of Tyrian Purple #560143

Color information

#560143 (or 0x560143) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 43. RGB value is (86,1,67). Sum of RGB (Red+Green+Blue) = 86+1+67=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #560143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560143 is #A9FEBC. Grayscale: #212121. Windows color (decimal): -11140797 or 4391254. OLE color: 4391254.

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

Color convert

RGB86167-
CMYK00.990.220.66
HSL313.41º97.7%17.06%-
HSV(B)313.41º98.84%33.73%-
XYZ4.862.415.52-
YUV33.94146.66165.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.84%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 67 (26.56% from 255) = 43.51%
R=55.84%
G=0.65%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8616700.990.220.66313.4197.717.06
Hex5614306316421396211
Octal126110301432610247114221
Binary10101101100001101100011101101000010100111001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560143; }

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

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

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

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

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

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

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

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