#560055

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

Shades of Tyrian Purple #560055

Tints of Tyrian Purple #560055

Color information

#560055 (or 0x560055) is unknown color: approx Tyrian Purple. HEX triplet: 56, 00 and 55. RGB value is (86,0,85). Sum of RGB (Red+Green+Blue) = 86+0+85=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #560055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560055 is #A9FFAA. Grayscale: #232323. Windows color (decimal): -11141035 or 5570646. OLE color: 5570646.

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

Color convert

RGB86085-
CMYK010.010.66
HSL300.7º100%16.86%-
HSV(B)300.7º100%33.73%-
XYZ5.482.638.81-
YUV35.4155.99164.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=50.29%
G=0%
B=49.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86085010.010.66300.710016.86
Hex5605506414212d6411
Octal12601250144110245514421
Binary1010110010101010110010011000010100101101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560055; }

 p { color: rgb(86,0,85); }

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

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

 a { background-color: rgb(86,0,85); }

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

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

 span { border-color: rgb(86,0,85); }

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