#560243

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

Shades of Tyrian Purple #560243

Tints of Tyrian Purple #560243

Color information

#560243 (or 0x560243) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 43. RGB value is (86,2,67). Sum of RGB (Red+Green+Blue) = 86+2+67=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #560243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560243 is #A9FDBC. Grayscale: #222222. Windows color (decimal): -11140541 or 4391510. OLE color: 4391510.

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

Color convert

RGB86267-
CMYK00.980.220.66
HSL313.57º95.45%17.25%-
HSV(B)313.57º97.67%33.73%-
XYZ4.872.435.52-
YUV34.53146.33164.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.48%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 67 (26.56% from 255) = 43.23%
R=55.48%
G=1.29%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8626700.980.220.66313.5795.4517.25
Hex56243062164213a5f11
Octal126210301422610247213721
Binary101011010100001101100010101101000010100111010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560243; }

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

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

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

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

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

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

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

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