#560144

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

Shades of Tyrian Purple #560144

Tints of Tyrian Purple #560144

Color information

#560144 (or 0x560144) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 44. RGB value is (86,1,68). Sum of RGB (Red+Green+Blue) = 86+1+68=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #560144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560144 is #A9FEBB. Grayscale: #212121. Windows color (decimal): -11140796 or 4456790. OLE color: 4456790.

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

Color convert

RGB86168-
CMYK00.990.210.66
HSL312.71º97.7%17.06%-
HSV(B)312.71º98.84%33.73%-
XYZ4.892.425.68-
YUV34.05147.16165.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.48%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 68 (26.95% from 255) = 43.87%
R=55.48%
G=0.65%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8616800.990.210.66312.7197.717.06
Hex5614406315421396211
Octal126110401432510247114221
Binary10101101100010001100011101011000010100111001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560144; }

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

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

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

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

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

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

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

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