#560843

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

Shades of Tyrian Purple #560843

Tints of Tyrian Purple #560843

Color information

#560843 (or 0x560843) is unknown color: approx Tyrian Purple. HEX triplet: 56, 08 and 43. RGB value is (86,8,67). Sum of RGB (Red+Green+Blue) = 86+8+67=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #560843 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560843 is #A9F7BC. Grayscale: #252525. Windows color (decimal): -11139005 or 4393046. OLE color: 4393046.

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

Color convert

RGB86867-
CMYK00.910.220.66
HSL314.62º82.98%18.43%-
HSV(B)314.62º90.7%33.73%-
XYZ4.942.565.54-
YUV38.05144.34162.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 67 (26.56% from 255) = 41.61%
R=53.42%
G=4.97%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8686700.910.220.66314.6282.9818.43
Hex5684305B164213b5312
Octal1261010301332610247312322
Binary10101101000100001101011011101101000010100111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560843; }

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

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

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

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

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

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

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

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