#560550

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

Shades of Tyrian Purple #560550

Tints of Tyrian Purple #560550

Color information

#560550 (or 0x560550) is unknown color: approx Tyrian Purple. HEX triplet: 56, 05 and 50. RGB value is (86,5,80). Sum of RGB (Red+Green+Blue) = 86+5+80=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #560550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560550 is #A9FAAF. Grayscale: #252525. Windows color (decimal): -11139760 or 5244246. OLE color: 5244246.

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

Color convert

RGB86580-
CMYK00.940.070.66
HSL304.44º89.01%17.84%-
HSV(B)304.44º94.19%33.73%-
XYZ5.342.677.82-
YUV37.77151.84162.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=50.29%
G=2.92%
B=46.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8658000.940.070.66304.4489.0117.84
Hex5655005E7421305912
Octal12651200136710246013122
Binary10101101011010000010111101111000010100110000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560550; }

 p { color: rgb(86,5,80); }

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

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

 a { background-color: rgb(86,5,80); }

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

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

 span { border-color: rgb(86,5,80); }

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