#560142

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

Shades of Tyrian Purple #560142

Tints of Tyrian Purple #560142

Color information

#560142 (or 0x560142) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 42. RGB value is (86,1,66). Sum of RGB (Red+Green+Blue) = 86+1+66=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #560142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560142 is #A9FEBD. Grayscale: #212121. Windows color (decimal): -11140798 or 4325718. OLE color: 4325718.

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

Color convert

RGB86166-
CMYK00.990.230.66
HSL314.12º97.7%17.06%-
HSV(B)314.12º98.84%33.73%-
XYZ4.832.395.36-
YUV33.82146.16165.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 66 (26.17% from 255) = 43.14%
R=56.21%
G=0.65%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8616600.990.230.66314.1297.717.06
Hex56142063174213a6211
Octal126110201432710247214221
Binary10101101100001001100011101111000010100111010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560142; }

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

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

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

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

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

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

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

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