#560750

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

Shades of Tyrian Purple #560750

Tints of Tyrian Purple #560750

Color information

#560750 (or 0x560750) is unknown color: approx Tyrian Purple. HEX triplet: 56, 07 and 50. RGB value is (86,7,80). Sum of RGB (Red+Green+Blue) = 86+7+80=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #560750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560750 is #A9F8AF. Grayscale: #262626. Windows color (decimal): -11139248 or 5244758. OLE color: 5244758.

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

Color convert

RGB86780-
CMYK00.920.070.66
HSL304.56º84.95%18.24%-
HSV(B)304.56º91.86%33.73%-
XYZ5.362.717.83-
YUV38.94151.17161.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=49.71%
G=4.05%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8678000.920.070.66304.5684.9518.24
Hex5675005C7421315512
Octal12671200134710246112522
Binary10101101111010000010111001111000010100110001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560750; }

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

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

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

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

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

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

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

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